murtaza2801 commited on
Commit
354d79a
·
verified ·
1 Parent(s): ecd705d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Tesla")
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..."):