Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
|
|
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()
|