qqwjq1981 commited on
Commit
4266d52
·
verified ·
1 Parent(s): d725397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ with gr.Blocks() as demo:
323
  gr.Markdown("## Summary and perspectives")
324
  summary_output = gr.Textbox(label="Summary", lines=5)
325
  perspectives_output = gr.Textbox(label="Perspectives", lines=5)
326
-
327
  # Column 2: Chatbot
328
  with gr.Column():
329
  gr.Markdown("## Interactive Chatbot and reflections")
 
323
  gr.Markdown("## Summary and perspectives")
324
  summary_output = gr.Textbox(label="Summary", lines=5)
325
  perspectives_output = gr.Textbox(label="Perspectives", lines=5)
326
+ fulltext_output = gr.Textbox(label="Fulltext", visible=False)
327
  # Column 2: Chatbot
328
  with gr.Column():
329
  gr.Markdown("## Interactive Chatbot and reflections")