davidr70 commited on
Commit
bceafdb
·
1 Parent(s): e8510a1

startup fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -166,6 +166,7 @@ async def main():
166
  question_dropdown = gr.Dropdown(
167
  choices=question_options,
168
  label="Select Question",
 
169
  interactive=True
170
  )
171
 
 
166
  question_dropdown = gr.Dropdown(
167
  choices=question_options,
168
  label="Select Question",
169
+ value=None,
170
  interactive=True
171
  )
172