Jayabalambika commited on
Commit
06f7d90
·
verified ·
1 Parent(s): 293c94b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as app:
88
  file_path = "participants_form.xlsx"
89
  column_name = "Name"
90
  options = get_dropdown_options(file_path, column_name)
91
- name = gr.Dropdown(choices=options, label="Select an Option")
92
  output = gr.Textbox(label="You Selected")
93
 
94
  def show_selection(choice):
 
88
  file_path = "participants_form.xlsx"
89
  column_name = "Name"
90
  options = get_dropdown_options(file_path, column_name)
91
+ name = gr.Dropdown(choices=options, label="Select an Option", show_label=True)
92
  output = gr.Textbox(label="You Selected")
93
 
94
  def show_selection(choice):