NursNurs commited on
Commit
baef832
·
1 Parent(s): e038beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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!")