Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ with gr.Blocks() as demo:
|
|
310 |
url_input = gr.Textbox(label="Enter URL")
|
311 |
# Shared Button: Fetch content, show webpage, and summary/perspectives
|
312 |
fetch_btn = gr.Button("Fetch and Process Webpage")
|
313 |
-
text_output = gr.Textbox(label="Webpage Content", lines=
|
314 |
summary_output = gr.Textbox(label="Summary", lines=5)
|
315 |
perspectives_output = gr.Textbox(label="Perspectives", lines=5)
|
316 |
|
|
|
310 |
url_input = gr.Textbox(label="Enter URL")
|
311 |
# Shared Button: Fetch content, show webpage, and summary/perspectives
|
312 |
fetch_btn = gr.Button("Fetch and Process Webpage")
|
313 |
+
text_output = gr.Textbox(label="Webpage Content", lines=3)
|
314 |
summary_output = gr.Textbox(label="Summary", lines=5)
|
315 |
perspectives_output = gr.Textbox(label="Perspectives", lines=5)
|
316 |
|