ciasimbaya commited on
Commit
f2b3207
·
1 Parent(s): 53b62c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', plot_size=(800, 600))
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
  ],