ningrumdaud commited on
Commit
0957032
·
verified ·
1 Parent(s): e1eb9e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="CogMap", lines=10, placeholder="Generated CogMap will appear here.")
213
 
214
  with gr.Row():
215
- cogmap_plot = gr.Plot(label="Visualization")
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. 🙂")