Harsh23Kashyap commited on
Commit
143e8ff
·
1 Parent(s): 0ae48dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with st.sidebar:
84
 
85
 
86
  st.subheader("Enter Stock Ticker")
87
- user_input=st.text_input('','AAPL')
88
 
89
  val=True
90
  try:
 
84
 
85
 
86
  st.subheader("Enter Stock Ticker")
87
+ user_input=st.text_input('','HDB')
88
 
89
  val=True
90
  try: