LinkLinkWu commited on
Commit
3312cc4
·
verified ·
1 Parent(s): e12e190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 -----------