Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(theme=gr.themes.Base()) as iface:
|
|
114 |
|
115 |
# Hidden button and final output for dependency parse visualization
|
116 |
send_button = gr.Button(value="👁️Visualize Generated Text", visible=False)
|
117 |
-
dependency_parse_generated = gr.HTML(label="👁️Visualization
|
118 |
|
119 |
# Reset button, hidden initially
|
120 |
reset_button = gr.Button(value="♻️Start Again", visible=False)
|
|
|
114 |
|
115 |
# Hidden button and final output for dependency parse visualization
|
116 |
send_button = gr.Button(value="👁️Visualize Generated Text", visible=False)
|
117 |
+
dependency_parse_generated = gr.HTML(label="👁️Visualization (Generated Text)")
|
118 |
|
119 |
# Reset button, hidden initially
|
120 |
reset_button = gr.Button(value="♻️Start Again", visible=False)
|