fixed grammer
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
|
|
98 |
"""
|
99 |
# How to use
|
100 |
|
101 |
-
Upload a *univariate* csv
|
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 |
|------------|---------------|
|