FDSRashid commited on
Commit
57dece8
·
1 Parent(s): 5415502

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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