Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ st.header("STOCK Analyzer")
|
|
240 |
|
241 |
#Gets the user input
|
242 |
def get_text():
|
243 |
-
input_text = st.text_input("You:", "Is ITC stock a good investment
|
244 |
if input_text.isalpha():
|
245 |
st.write(text, 'string', )
|
246 |
else:
|
|
|
240 |
|
241 |
#Gets the user input
|
242 |
def get_text():
|
243 |
+
input_text = st.text_input("You:", "Is ITC stock a good investment Choice right now? OR Shall I invest in Asian paints?.......")
|
244 |
if input_text.isalpha():
|
245 |
st.write(text, 'string', )
|
246 |
else:
|