Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def get_dropdown_options(file_path, column_name):
|
|
82 |
def dropdown_demo():
|
83 |
# File path and column to read
|
84 |
file_path = "participants_form.xlsx" # Replace with your Excel file path
|
85 |
-
column_name = "
|
86 |
|
87 |
# Populate dropdown options
|
88 |
options = get_dropdown_options(file_path, column_name)
|
|
|
82 |
def dropdown_demo():
|
83 |
# File path and column to read
|
84 |
file_path = "participants_form.xlsx" # Replace with your Excel file path
|
85 |
+
column_name = "Name" # Replace with your column name in the Excel file
|
86 |
|
87 |
# Populate dropdown options
|
88 |
options = get_dropdown_options(file_path, column_name)
|