Spaces:
Sleeping
Sleeping
Ashhar
commited on
Commit
·
da642ab
1
Parent(s):
98cfaf2
chat type msg
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ for message in st.session_state.messages:
|
|
107 |
with st.chat_message(role, avatar=avatar):
|
108 |
st.markdown(content)
|
109 |
|
110 |
-
if prompt := st.chat_input("
|
111 |
with st.chat_message("user", avatar="man.png"):
|
112 |
st.markdown(prompt)
|
113 |
pprint(f"{prompt=}")
|
|
|
107 |
with st.chat_message(role, avatar=avatar):
|
108 |
st.markdown(content)
|
109 |
|
110 |
+
if prompt := st.chat_input("Type to chat with Aariz"):
|
111 |
with st.chat_message("user", avatar="man.png"):
|
112 |
st.markdown(prompt)
|
113 |
pprint(f"{prompt=}")
|