harishB97 commited on
Commit
a96c2c2
·
verified ·
1 Parent(s): ac15a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -156,6 +156,7 @@ def update_options(selected_option):
156
  else:
157
  new_options = ["Suboption 3.1", "Suboption 3.2"]
158
  new_options = [selected_option, 'Something', 'something else']
 
159
  return new_options # Return current selection to persist it in the first dropdown
160
 
161
  # with gr.Blocks() as demo:
 
156
  else:
157
  new_options = ["Suboption 3.1", "Suboption 3.2"]
158
  new_options = [selected_option, 'Something', 'something else']
159
+ new_options = 'something else'
160
  return new_options # Return current selection to persist it in the first dropdown
161
 
162
  # with gr.Blocks() as demo: