Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def network_visualizer(yaxis, city, year, num_nodes):
|
|
72 |
|
73 |
|
74 |
with gr.Blocks() as demo:
|
75 |
-
Yaxis = gr.Dropdown(choices = ['
|
76 |
Places = gr.Dropdown(choices = cities, value = 'المدينه', label = 'Location')
|
77 |
Last_Year = gr.Slider(min_year, max_year, value = 9, label = 'End', info = 'Choose the year to display Narrators')
|
78 |
num_narrators = gr.Slider(0, 700, value = 400, label = 'Narrators', info = 'Choose the number of Narrators to display')
|
|
|
72 |
|
73 |
|
74 |
with gr.Blocks() as demo:
|
75 |
+
Yaxis = gr.Dropdown(choices = ['Tarafs', 'Hadiths', 'Isnads', 'Books'], value = 'Tarafs', label = 'Variable to Display', info = 'Choose the variable to visualize.')
|
76 |
Places = gr.Dropdown(choices = cities, value = 'المدينه', label = 'Location')
|
77 |
Last_Year = gr.Slider(min_year, max_year, value = 9, label = 'End', info = 'Choose the year to display Narrators')
|
78 |
num_narrators = gr.Slider(0, 700, value = 400, label = 'Narrators', info = 'Choose the number of Narrators to display')
|