Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
|