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