Spaces:
Runtime error
Runtime error
changed description
Browse files
app.py
CHANGED
@@ -6,12 +6,13 @@ with gr.Blocks() as demo:
|
|
6 |
gr.Markdown(
|
7 |
"""
|
8 |
# AB InBev Data Science Challenge
|
9 |
-
|
10 |
-
## How
|
11 |
-
Using this demo is
|
12 |
-
1. Select
|
13 |
-
2.
|
14 |
-
3.
|
|
|
15 |
""")
|
16 |
|
17 |
with gr.Row():
|
|
|
6 |
gr.Markdown(
|
7 |
"""
|
8 |
# AB InBev Data Science Challenge
|
9 |
+
Welcome to the AB InBev Data Science Challenge demo! This interactive tool is designed to help you forecast the **SOM** and **Volume** series, and analyze their price sensitivity.
|
10 |
+
## How to use this demo?
|
11 |
+
Using this demo is simple and straightforward. Just follow these steps:
|
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 |
|
18 |
with gr.Row():
|