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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import requests
3
  import pandas as pd
4
 
5
  # βœ… Replace with your Hugging Face backend URL
6
- BACKEND_URL = "https://<your-huggingface-space-name>.hf.space/analyze"
 
7
 
8
  st.title("πŸ“Š News Sentiment Analysis & TTS in Hindi")
9
 
 
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")
10