FDSRashid commited on
Commit
785ab9a
·
1 Parent(s): f2e2143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ app = gradio.Interface(plot_timeline,
43
  gradio.Slider(min_year, max_year, value = 400, label = 'End', info = 'Choose the last year to display Tarafs')
44
 
45
  ],
46
- gradio.Plot()).launch()
 
43
  gradio.Slider(min_year, max_year, value = 400, label = 'End', info = 'Choose the last year to display Tarafs')
44
 
45
  ],
46
+ gradio.Plot(min_width = 300)).launch()