Spaces:
Sleeping
Sleeping
alexander-lazarin
commited on
Commit
·
81ea222
1
Parent(s):
a04211d
Minor label changes
Browse files
app.py
CHANGED
@@ -59,9 +59,9 @@ interface = gr.Interface(
|
|
59 |
gr.Image(label="Time Series + Forecast Chart"),
|
60 |
gr.Text(label="YoY % Change")
|
61 |
],
|
62 |
-
title="Time Series Forecasting
|
63 |
-
description="Upload a CSV file with a time series to forecast the next
|
64 |
)
|
65 |
|
66 |
# Launch the interface
|
67 |
-
interface.launch()
|
|
|
59 |
gr.Image(label="Time Series + Forecast Chart"),
|
60 |
gr.Text(label="YoY % Change")
|
61 |
],
|
62 |
+
title="Time Series Forecasting",
|
63 |
+
description="Upload a CSV file with a time series to forecast the next 24 periods and see the YoY % change."
|
64 |
)
|
65 |
|
66 |
# Launch the interface
|
67 |
+
interface.launch()
|