Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def get_narrators( city = ['المدينه', 'بغداد', 'كوفة', 'بصر
|
|
25 |
|
26 |
app = gr.Interface(get_narrators,
|
27 |
[gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
|
28 |
-
gr.Slider(
|
29 |
],
|
30 |
gr.Dataframe()).launch()
|
31 |
|
|
|
25 |
|
26 |
app = gr.Interface(get_narrators,
|
27 |
[gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
|
28 |
+
gr.Slider(-11,800, value = 50, label = 'Begining', info = 'Choose The Year to Retrieve Narrators'),
|
29 |
],
|
30 |
gr.Dataframe()).launch()
|
31 |
|