dand199 commited on
Commit
a0f0687
·
verified ·
1 Parent(s): 476c4d3

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def article_sentiment(arti):
186
 
187
 
188
  st.markdown(md_intro)
189
- tab_news, tab_pred = st.tabs(["Sentiment Prediction", "News Report"])
190
  with tab_pred:
191
  st.write("This is a sentiment prediction module.\nPlease enter your news link into the textbox.\nSentiment prediction will be returned shortly!.\nExample link: https://www.bbc.com/news/technology-68818113")
192
  newslink = st.chat_input(placeholder="Please input CNN/BBC/CNBC link")
 
186
 
187
 
188
  st.markdown(md_intro)
189
+ tab_pred, tab_news = st.tabs(["Sentiment Prediction", "News Report"])
190
  with tab_pred:
191
  st.write("This is a sentiment prediction module.\nPlease enter your news link into the textbox.\nSentiment prediction will be returned shortly!.\nExample link: https://www.bbc.com/news/technology-68818113")
192
  newslink = st.chat_input(placeholder="Please input CNN/BBC/CNBC link")