Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ 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 |
|
|
|
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(header = ['Teacher to Student'], col_count = (1, 'fixed'))).launch()
|
31 |
|