kashif HF staff commited on
Commit
fc630d0
·
1 Parent(s): 8127084
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -101,7 +101,9 @@ def train_and_forecast(
101
  with gr.Blocks() as demo:
102
  gr.Markdown(
103
  """
104
- # How to use
 
 
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