Update app.py
Browse files
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.
|
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.")
|