adityaprasadsahu-aps commited on
Commit
3fe647e
·
1 Parent(s): be5c343

Add descriptive markdown to UI clarifying supported link types

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -149,6 +149,7 @@ with gr.Blocks(title="News & Text Summarizer") as demo:
149
  with gr.Column():
150
  with gr.Tabs():
151
  with gr.TabItem("🔗 Via URL"):
 
152
  url_input = gr.Textbox(lines=1, placeholder="Paste News Article URL Here...", label="Article URL")
153
  url_submit_btn = gr.Button("Summarize Link", variant="primary")
154
 
 
149
  with gr.Column():
150
  with gr.Tabs():
151
  with gr.TabItem("🔗 Via URL"):
152
+ gr.Markdown("*Works best with:* **BBC, NPR, The Guardian, Reuters, TechCrunch, & standard blogs.**\n*Might fail/block on:* **Times of India, NYT, WSJ, Forbes.** (Use the 'Via Text' tab for these!)")
153
  url_input = gr.Textbox(lines=1, placeholder="Paste News Article URL Here...", label="Article URL")
154
  url_submit_btn = gr.Button("Summarize Link", variant="primary")
155