Spaces:
Sleeping
Sleeping
Commit
·
f2b3207
1
Parent(s):
53b62c2
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ demo = gr.Interface(
|
|
64 |
gr.Slider(1, 100, value=75, step=1, label="Train test split percentage"),
|
65 |
],
|
66 |
outputs= [
|
67 |
-
gr.LinePlot(x='Month', y='Valor', color='origin'
|
68 |
#gr.Timeseries(x='Month')
|
69 |
|
70 |
],
|
|
|
64 |
gr.Slider(1, 100, value=75, step=1, label="Train test split percentage"),
|
65 |
],
|
66 |
outputs= [
|
67 |
+
gr.LinePlot(x='Month', y='Valor', color='origin')
|
68 |
#gr.Timeseries(x='Month')
|
69 |
|
70 |
],
|