Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
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 |
|