Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lalithadevi
/
latest_news_backend_with_cat_pred_similar_news_
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lalithadevi
commited on
Feb 16, 2024
Commit
25f53e9
·
verified
·
1 Parent(s):
1600839
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -6,6 +6,7 @@ from flask_cors import cross_origin, CORS
6
7
app = Flask(__name__)
8
CORS(app)
9
10
11
@app.route("/")
6
7
app = Flask(__name__)
8
CORS(app)
9
+
print('Initiated')
10
11
12
@app.route("/")