Update app.py
Browse files
app.py
CHANGED
@@ -74,4 +74,4 @@ if prompt := st.chat_input("Ask Palm 2 anything..."):
|
|
74 |
except Exception as e:
|
75 |
st.write(f"ERROR {e}...")
|
76 |
|
77 |
-
st.session_state.messages.append({"role": "assistant", "content": response['content']})
|
|
|
74 |
except Exception as e:
|
75 |
st.write(f"ERROR {e}...")
|
76 |
|
77 |
+
# st.session_state.messages.append({"role": "assistant", "content": response['content']})
|