FDSRashid commited on
Commit
dba5f66
·
verified ·
1 Parent(s): 31c3824

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks() as demo:
125
  Places = gr.Dropdown(choices = cities, value = 'المدينه', label = 'Location')
126
  FirstYear = gr.Slider(min_year, max_year, value = -11, label = 'Begining', info = 'Choose the first year to display Narrators')
127
  Last_Year = gr.Slider(min_year, max_year, value = 9, label = 'End', info = 'Choose the last year to display Narrators')
128
- num_narrators = gr.Slider(0, 2000, value = 400, label = 'Narrators', info = 'Choose the number of Narrators to display')
129
 
130
  btn = gr.Button('Submit')
131
  btn.click(fn = network_visualizer, inputs = [Yaxis, Places, FirstYear, Last_Year, num_narrators], outputs = gr.HTML())
 
125
  Places = gr.Dropdown(choices = cities, value = 'المدينه', label = 'Location')
126
  FirstYear = gr.Slider(min_year, max_year, value = -11, label = 'Begining', info = 'Choose the first year to display Narrators')
127
  Last_Year = gr.Slider(min_year, max_year, value = 9, label = 'End', info = 'Choose the last year to display Narrators')
128
+ num_narrators = gr.Slider(0, 2000, value = 400, label = 'Transmissions', info = 'Choose the number of Transmissions to display')
129
 
130
  btn = gr.Button('Submit')
131
  btn.click(fn = network_visualizer, inputs = [Yaxis, Places, FirstYear, Last_Year, num_narrators], outputs = gr.HTML())