Initial commit.
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ if st.button("Send"):
|
|
39 |
st.session_state.messages.append({"role": "assistant", "content": assistant_reply})
|
40 |
|
41 |
# Clear the input box
|
42 |
-
st.session_state.user_input = ""
|
43 |
|
44 |
# Instructions for the user
|
45 |
st.sidebar.title("Instructions")
|
|
|
39 |
st.session_state.messages.append({"role": "assistant", "content": assistant_reply})
|
40 |
|
41 |
# Clear the input box
|
42 |
+
#st.session_state.user_input = ""
|
43 |
|
44 |
# Instructions for the user
|
45 |
st.sidebar.title("Instructions")
|