Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -209,10 +209,10 @@ with gr.Blocks() as demo:
|
|
209 |
], inputs=inputs)
|
210 |
|
211 |
with gr.Row():
|
212 |
-
output = gr.Textbox(label="
|
213 |
|
214 |
with gr.Row():
|
215 |
-
cogmap_plot = gr.Plot(label="
|
216 |
|
217 |
with gr.Row():
|
218 |
gr.Markdown("⚠️ Feel free to flag me if you find any errors. 🙂")
|
|
|
209 |
], inputs=inputs)
|
210 |
|
211 |
with gr.Row():
|
212 |
+
output = gr.Textbox(label="Result", lines=5, placeholder=" ")
|
213 |
|
214 |
with gr.Row():
|
215 |
+
cogmap_plot = gr.Plot(label="Generated Cognitive Map")
|
216 |
|
217 |
with gr.Row():
|
218 |
gr.Markdown("⚠️ Feel free to flag me if you find any errors. 🙂")
|