Spaces:
Running
Running
Commit
Β·
ed72ad0
1
Parent(s):
3988d2b
Update page1.py
Browse files
page1.py
CHANGED
@@ -30,7 +30,7 @@ def text():
|
|
30 |
st.markdown(message["content"])
|
31 |
|
32 |
prompt = st.chat_input("Say something")
|
33 |
-
|
34 |
st.write("Hello π, how can i assist you today?")
|
35 |
if prompt:
|
36 |
with st.chat_message("user").markdown(prompt):
|
|
|
30 |
st.markdown(message["content"])
|
31 |
|
32 |
prompt = st.chat_input("Say something")
|
33 |
+
with st.chat_message("assistant"):
|
34 |
st.write("Hello π, how can i assist you today?")
|
35 |
if prompt:
|
36 |
with st.chat_message("user").markdown(prompt):
|