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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ st.set_page_config(page_title = "Stock Trend and News Sentiment Analyzer", layou
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 mathing sector afterwards and run the analysis.')
149
 
150
  ticker = st.text_input('Enter Stock Ticker', '').upper()
151
 
 
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
 
150
  ticker = st.text_input('Enter Stock Ticker', '').upper()
151