Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ def main():
|
|
13 |
st.header("Summarize Your Finance News and Analyze Sentiment")
|
14 |
text=st.text_input('Input your Finance news(Max lenth<=3000): ',max_chars=3000)
|
15 |
if isinstance(text,str):
|
16 |
-
|
17 |
st.text('Your Finance news: ')
|
18 |
st.write(str(text))
|
19 |
|
|
|
13 |
st.header("Summarize Your Finance News and Analyze Sentiment")
|
14 |
text=st.text_input('Input your Finance news(Max lenth<=3000): ',max_chars=3000)
|
15 |
if isinstance(text,str):
|
|
|
16 |
st.text('Your Finance news: ')
|
17 |
st.write(str(text))
|
18 |
|