gigant commited on
Commit
b27db9a
1 Parent(s): db86ca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def get_list_sentences(id):
241
 
242
  with gr.Blocks() as demo:
243
  with gr.Row():
244
- graph_type = gr.Dropdown(label="Graph type", choices=["structural", "dependency", "structural+dependency", "constituency"], value="structural+dependency")
245
  with gr.Tab("From transcript"):
246
  with gr.Row():
247
  with gr.Column():
 
241
 
242
  with gr.Blocks() as demo:
243
  with gr.Row():
244
+ graph_type = gr.Dropdown(label="Graph type", choices=["structural", "dependency", "structural+dependency", "constituency"], value="structural+dependency", interactive = True)
245
  with gr.Tab("From transcript"):
246
  with gr.Row():
247
  with gr.Column():