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.HTML(label="Webpage Content"
|
| 314 |
|
| 315 |
|
| 316 |
# Column 2: Interactive chatbot
|
|
|
|
| 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.HTML(label="Webpage Content")
|
| 314 |
|
| 315 |
|
| 316 |
# Column 2: Interactive chatbot
|