samim2024 commited on
Commit
e2d35a0
·
verified ·
1 Parent(s): e74b325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 choice right now? OR Shall I invest in Asian paints?.......")
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: