Jayabalambika commited on
Commit
ce87ba5
·
verified ·
1 Parent(s): a00285f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "your_column" # Replace with your column name in the Excel file
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)