add Title
Browse files
app.py
CHANGED
@@ -101,7 +101,9 @@ def train_and_forecast(
|
|
101 |
with gr.Blocks() as demo:
|
102 |
gr.Markdown(
|
103 |
"""
|
104 |
-
#
|
|
|
|
|
105 |
|
106 |
Upload a *univariate* csv where the first column contains date-times and the second column is your data for example:
|
107 |
|
|
|
101 |
with gr.Blocks() as demo:
|
102 |
gr.Markdown(
|
103 |
"""
|
104 |
+
# Probabilistic Time Series Forecasting
|
105 |
+
|
106 |
+
## How to use
|
107 |
|
108 |
Upload a *univariate* csv where the first column contains date-times and the second column is your data for example:
|
109 |
|