Manishkumaryadav commited on
Commit
eb07651
Β·
verified Β·
1 Parent(s): fd03ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -3,7 +3,9 @@ import requests
3
  import pandas as pd
4
 
5
  # βœ… Replace with your Hugging Face backend URL
6
- BACKEND_URL = "https://Manishkumaryadav-news-summarize.hf.space/analyze"
 
 
7
 
8
 
9
  st.title("πŸ“Š News Sentiment Analysis & TTS in Hindi")
 
3
  import pandas as pd
4
 
5
  # βœ… Replace with your Hugging Face backend URL
6
+ # βœ… Use the deployed backend Space URL
7
+ BACKEND_URL = "https://manishkumaryadav-news-summarize.hf.space/analyze"
8
+
9
 
10
 
11
  st.title("πŸ“Š News Sentiment Analysis & TTS in Hindi")