WillWEI0103 commited on
Commit
501a329
·
verified ·
1 Parent(s): 003c50c

Update app.py

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