Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def sentiment(story_text):
|
|
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: ')
|
|
|
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: ')
|