FDSRashid commited on
Commit
97e51d0
·
1 Parent(s): 3529e1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ['Taraf', 'Hadith', 'Isnad'], value = 'Taraf', 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')
 
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')