Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ if 'is_helpful' not in st.session_state:
|
|
90 |
if 'descriptions' not in st.session_state:
|
91 |
st.session_state.descriptions = []
|
92 |
|
93 |
-
st.title("You name it!")
|
94 |
|
95 |
with st.chat_message('user', avatar='simon.jpg'):
|
96 |
st.write("Hey assistant!")
|
|
|
90 |
if 'descriptions' not in st.session_state:
|
91 |
st.session_state.descriptions = []
|
92 |
|
93 |
+
st.title("You name it! 🗣")
|
94 |
|
95 |
with st.chat_message('user', avatar='simon.jpg'):
|
96 |
st.write("Hey assistant!")
|