Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ st.markdown("<h1 style='text-align: center; color: #4CAF50;'>Sentiment Analysis
|
|
30 |
st.title("News Summarization & Sentiment Analysis with Hindi TTS")
|
31 |
st.write("Enter a company name to fetch news articles, analyze sentiment, and generate a Hindi summary.")
|
32 |
|
33 |
-
company = st.text_input("Company Name", "
|
34 |
|
35 |
if st.button("Generate Report"):
|
36 |
with st.spinner("Fetching news articles..."):
|
|
|
30 |
st.title("News Summarization & Sentiment Analysis with Hindi TTS")
|
31 |
st.write("Enter a company name to fetch news articles, analyze sentiment, and generate a Hindi summary.")
|
32 |
|
33 |
+
company = st.text_input("Company Name", "Enter Any Company Name")
|
34 |
|
35 |
if st.button("Generate Report"):
|
36 |
with st.spinner("Fetching news articles..."):
|