Spaces:
Running
Running
Update app.py
Browse files
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():
|