Update app.py
Browse files
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 |
|