VishnuPottabatthini commited on
Commit
3089c11
·
verified ·
1 Parent(s): feff602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def main():
85
  outputs=[
86
  gr.Textbox(label="Title"),
87
  gr.Textbox(label="Authors"),
88
- gr.Textarea(label="Content"),
89
  ],
90
  title="Article Scraper",
91
  description="Enter the URL of a news article to scrape its title, authors, and content.",
 
85
  outputs=[
86
  gr.Textbox(label="Title"),
87
  gr.Textbox(label="Authors"),
88
+ gr.TextArea(label="Content"),
89
  ],
90
  title="Article Scraper",
91
  description="Enter the URL of a news article to scrape its title, authors, and content.",