Spaces:
Sleeping
Sleeping
KushwanthK
commited on
Commit
β’
c2fa077
1
Parent(s):
081ab44
comment chat response on the side bar
Browse files
app.py
CHANGED
@@ -365,9 +365,9 @@ with st.sidebar:
|
|
365 |
st.chat_input(question, on_submit=chat_actions, key="chat_input")
|
366 |
st.write(":rainbow[side to read script] ππ»")
|
367 |
|
368 |
-
for i in st.session_state["chat_history"]:
|
369 |
-
|
370 |
-
|
371 |
|
372 |
|
373 |
|
|
|
365 |
st.chat_input(question, on_submit=chat_actions, key="chat_input")
|
366 |
st.write(":rainbow[side to read script] ππ»")
|
367 |
|
368 |
+
# for i in st.session_state["chat_history"]:
|
369 |
+
# with st.chat_message(name=i["role"]):
|
370 |
+
# st.write(i["content"])
|
371 |
|
372 |
|
373 |
|