Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,6 @@ with gr.Blocks() as demo:
|
|
314 |
with gr.Column():
|
315 |
# Shared Button: Fetch content, show webpage, and summary/perspectives
|
316 |
fetch_btn = gr.Button("Fetch and Process Webpage")
|
317 |
-
with gr.Column():
|
318 |
title_output = gr.HTML(label="Webpage Content")
|
319 |
|
320 |
with gr.Row():
|
|
|
314 |
with gr.Column():
|
315 |
# Shared Button: Fetch content, show webpage, and summary/perspectives
|
316 |
fetch_btn = gr.Button("Fetch and Process Webpage")
|
|
|
317 |
title_output = gr.HTML(label="Webpage Content")
|
318 |
|
319 |
with gr.Row():
|