Update app.py
Browse files
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")
|