WillWEI0103 commited on
Commit
8401523
·
verified ·
1 Parent(s): f000991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ def main():
14
  st.header("Summarize Your Finance News and Analyze Sentiment📰")
15
  text=st.text_input('Input your Finance news(Max lenth<=3000): ',None,max_chars=3000)
16
  #if text is not None:
 
17
  if st.botton('Conduct'):
18
  st.text_area('Your Finance News: ',text,height=100)
19
 
 
14
  st.header("Summarize Your Finance News and Analyze Sentiment📰")
15
  text=st.text_input('Input your Finance news(Max lenth<=3000): ',None,max_chars=3000)
16
  #if text is not None:
17
+ st.button("Conduct", type="primary")
18
  if st.botton('Conduct'):
19
  st.text_area('Your Finance News: ',text,height=100)
20