Geek7 commited on
Commit
26ed247
·
verified ·
1 Parent(s): 34c23a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def main():
95
  st.title("AI Stock Trend Predictor")
96
 
97
  # User input for stock symbol
98
- symbol = st.text_input("Enter Stock Symbol (e.g., IBM):")
99
 
100
  if not symbol:
101
  st.warning("Please enter a valid stock symbol.")
 
95
  st.title("AI Stock Trend Predictor")
96
 
97
  # User input for stock symbol
98
+ symbol = st.text_input2("Enter Stock Symbol (e.g., IBM):")
99
 
100
  if not symbol:
101
  st.warning("Please enter a valid stock symbol.")