Spaces:
Runtime error
Runtime error
changed description
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ with gr.Blocks() as demo:
|
|
12 |
1. Select the series you want to forecast from the dropdown menu. The valid options are **SOM** and **Volume**.
|
13 |
2. Specify the number of months ahead for your forecast.
|
14 |
3. Choose the desired price variation compared to the previous year. A value of 0 indicates that the future price values will be the same as the previous year.
|
|
|
15 |
That's it! You're ready to explore and analyze the forecasted series. Enjoy!
|
16 |
""")
|
17 |
|
|
|
12 |
1. Select the series you want to forecast from the dropdown menu. The valid options are **SOM** and **Volume**.
|
13 |
2. Specify the number of months ahead for your forecast.
|
14 |
3. Choose the desired price variation compared to the previous year. A value of 0 indicates that the future price values will be the same as the previous year.
|
15 |
+
|
16 |
That's it! You're ready to explore and analyze the forecasted series. Enjoy!
|
17 |
""")
|
18 |
|