Spaces:
Sleeping
Sleeping
Commit ·
53b62c2
1
Parent(s): c7b7c05
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 |
],
|
|
@@ -73,4 +73,4 @@ demo = gr.Interface(
|
|
| 73 |
]
|
| 74 |
)
|
| 75 |
|
| 76 |
-
demo.launch(
|
|
|
|
| 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', plot_size=(800, 600))
|
| 68 |
#gr.Timeseries(x='Month')
|
| 69 |
|
| 70 |
],
|
|
|
|
| 73 |
]
|
| 74 |
)
|
| 75 |
|
| 76 |
+
demo.launch()
|