harishB97 commited on
Commit
cd6ac26
·
verified ·
1 Parent(s): ff419db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -157,6 +157,8 @@ def update_options(selected_option):
157
  else:
158
  new_options = ["Suboption 3.1", "Suboption 3.2"]
159
 
 
 
160
  # Return the new options to update the second dropdown
161
  return new_options # Return current selection to persist it in the first dropdown
162
 
 
157
  else:
158
  new_options = ["Suboption 3.1", "Suboption 3.2"]
159
 
160
+ new_options = ['Something', 'something else']
161
+
162
  # Return the new options to update the second dropdown
163
  return new_options # Return current selection to persist it in the first dropdown
164