narendra-bluebash commited on
Commit
1c1ba0d
·
verified ·
1 Parent(s): be87f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def main():
31
 
32
  with st.sidebar:
33
  username = st.text_input("Please enter your name here")
34
- if st.button('Press Button to Start chat with Narendra AI'):
35
  if "user_id" not in st.session_state:
36
  st.session_state.user_id = username
37
 
 
31
 
32
  with st.sidebar:
33
  username = st.text_input("Please enter your name here")
34
+ if st.button('Press Button to Start chat with your pdf...'):
35
  if "user_id" not in st.session_state:
36
  st.session_state.user_id = username
37