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