kashif HF staff commited on
Commit
e78d565
·
1 Parent(s): ccf318d

fixed grammer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
98
  """
99
  # How to use
100
 
101
- Upload a *univariate* csv with the where the first column contains your dates and the second column is your data for example:
102
 
103
  | ds | y |
104
  |------------|---------------|
 
98
  """
99
  # How to use
100
 
101
+ Upload a *univariate* csv where the first column contains date-times and the second column is your data for example:
102
 
103
  | ds | y |
104
  |------------|---------------|