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 = "
|
|
|
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 = "http://52.201.198.142:8501/analyze"
|
7 |
+
|
8 |
|
9 |
st.title("π News Sentiment Analysis & TTS in Hindi")
|
10 |
|