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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(interface="ipynb")
 
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()