Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,5 +30,6 @@ app = gr.Interface(get_narrators,
|
|
30 |
[gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
|
31 |
gr.Slider(-11,800, value = 50, label = 'Year', info = 'Choose The Year to Retrieve Narrators'),
|
32 |
],
|
33 |
-
'dataframe', live = True)
|
|
|
34 |
|
|
|
30 |
[gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
|
31 |
gr.Slider(-11,800, value = 50, label = 'Year', info = 'Choose The Year to Retrieve Narrators'),
|
32 |
],
|
33 |
+
'dataframe', live = True)
|
34 |
+
app.launch()
|
35 |
|