VishnuPottabatthini commited on
Commit
09921d0
·
verified ·
1 Parent(s): fa2ac22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  from newspaper import Article
3
 
4
  # Function to scrape the article from a given URL
 
1
  import gradio as gr
2
+ from flask import jsonify
3
  from newspaper import Article
4
 
5
  # Function to scrape the article from a given URL