stinoco commited on
Commit
54df5db
·
1 Parent(s): 08e016d

changed description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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