qqwjq1981 commited on
Commit
efe3d71
·
verified ·
1 Parent(s): fe604e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", lines=7)
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