Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks() as demo:
|
|
209 |
load_example_button = gr.Button("Load Example")
|
210 |
|
211 |
with gr.Row():
|
212 |
-
output = gr.Textbox(label="
|
213 |
cogmap_plot = gr.Plot(label="Visualization")
|
214 |
|
215 |
with gr.Row():
|
|
|
209 |
load_example_button = gr.Button("Load Example")
|
210 |
|
211 |
with gr.Row():
|
212 |
+
output = gr.Textbox(label="CogMap", lines=1, placeholder=" ")
|
213 |
cogmap_plot = gr.Plot(label="Visualization")
|
214 |
|
215 |
with gr.Row():
|