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

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(min_width = 300)).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()).launch()