Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def main():
|
|
38 |
st.session_state.chat_history.append({"user": user_input, "claude": response.content[0].text})
|
39 |
|
40 |
# Clear user input
|
41 |
-
st.session_state.user_input = ""
|
42 |
|
43 |
# Display chat history
|
44 |
for chat in st.session_state.chat_history:
|
|
|
38 |
st.session_state.chat_history.append({"user": user_input, "claude": response.content[0].text})
|
39 |
|
40 |
# Clear user input
|
41 |
+
#st.session_state.user_input = ""
|
42 |
|
43 |
# Display chat history
|
44 |
for chat in st.session_state.chat_history:
|