Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,9 @@ import requests
|
|
3 |
import pandas as pd
|
4 |
|
5 |
# β
Replace with your Hugging Face backend URL
|
6 |
-
|
|
|
|
|
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")
|