Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ st.markdown("""
|
|
52 |
""", unsafe_allow_html=True)
|
53 |
|
54 |
# ----------- Input Area -----------
|
55 |
-
st.markdown("#### 🎯 Enter Your Target Company Tickers")
|
56 |
free_text = st.text_area("Example: AAPL, NVDA, TSLA", height=90)
|
57 |
|
58 |
# ----------- Ticker Extraction -----------
|
|
|
52 |
""", unsafe_allow_html=True)
|
53 |
|
54 |
# ----------- Input Area -----------
|
55 |
+
st.markdown("#### 🎯 Enter Your Target Company Tickers (Up to 5 Tickers)")
|
56 |
free_text = st.text_area("Example: AAPL, NVDA, TSLA", height=90)
|
57 |
|
58 |
# ----------- Ticker Extraction -----------
|