Geek7 commited on
Commit
7822388
·
verified ·
1 Parent(s): 9ce7bf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -95,12 +95,9 @@ def calculate_indicators(data):
95
  def main():
96
  st.title("AI Stock Trend Predictor")
97
 
98
- # User input for stock symbol
99
- symbol = st.text_input("Enter Stock Symbol (e.g., IBM):",key="symbol")
100
 
101
- if not symbol:
102
- st.warning("Please enter a valid stock symbol.")
103
- st.stop()
104
 
105
  # Use the hard-coded API key
106
  api_key = API_KEY
 
95
  def main():
96
  st.title("AI Stock Trend Predictor")
97
 
98
+
 
99
 
100
+
 
 
101
 
102
  # Use the hard-coded API key
103
  api_key = API_KEY