WillWEI0103 commited on
Commit
c31d7ca
·
verified ·
1 Parent(s): 9b59b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def sentiment(story_text):
17
  return label
18
 
19
 
20
- def main(text):
21
  st.set_page_config(page_title="Your Finance news", page_icon="📰")
22
  st.header("Summarize Your Finance News and Analyze Sentiment")
23
  text=st.text_input('Input your Finance news: ')
 
17
  return label
18
 
19
 
20
+ def main():
21
  st.set_page_config(page_title="Your Finance news", page_icon="📰")
22
  st.header("Summarize Your Finance News and Analyze Sentiment")
23
  text=st.text_input('Input your Finance news: ')