chrisvnz commited on
Commit
b39ade6
·
1 Parent(s): 84b186c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def plot_daily_sentiment(parsed_and_scored_news, ticker):
143
  # Streamlit app
144
  st.set_page_config(page_title = "Stock Trend and News Sentiment Analyzer", layout = "wide")
145
 
146
- st.header("Stock News Sentiment Analyzer")
147
 
148
  st.markdown('Enter a stock symbol / ticker, then upload your CSV (from TradingView) with the following columns present: Ticker,Description,Price,Sector. Select the matching sector afterwards and run the analysis.')
149
 
 
143
  # Streamlit app
144
  st.set_page_config(page_title = "Stock Trend and News Sentiment Analyzer", layout = "wide")
145
 
146
+ st.header("Stock Trend & News Sentiment Analyzer")
147
 
148
  st.markdown('Enter a stock symbol / ticker, then upload your CSV (from TradingView) with the following columns present: Ticker,Description,Price,Sector. Select the matching sector afterwards and run the analysis.')
149