FDSRashid commited on
Commit
0ad6aae
·
1 Parent(s): e95d2c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,5 +30,6 @@ app = gr.Interface(get_narrators,
30
  [gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
31
  gr.Slider(-11,800, value = 50, label = 'Year', info = 'Choose The Year to Retrieve Narrators'),
32
  ],
33
- 'dataframe', live = True).launch()
 
34
 
 
30
  [gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
31
  gr.Slider(-11,800, value = 50, label = 'Year', info = 'Choose The Year to Retrieve Narrators'),
32
  ],
33
+ 'dataframe', live = True)
34
+ app.launch()
35