Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|