Aditya Bakshi commited on
Commit
902f8d2
·
unverified ·
1 Parent(s): 311752f

add new chat icon

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ with st.sidebar:
178
  # New Chat button at the top of sidebar
179
  col1, col2, col3 = st.columns([1, 2, 1])
180
  with col2:
181
- if st.button("New Chat 🔄", help="Start a new conversation", key="new_chat_button"):
182
  reset_chat_history()
183
 
184
  st.markdown("---") # Separator
 
178
  # New Chat button at the top of sidebar
179
  col1, col2, col3 = st.columns([1, 2, 1])
180
  with col2:
181
+ if st.button("New Chat 💬", help="Start a new conversation", key="new_chat_button"):
182
  reset_chat_history()
183
 
184
  st.markdown("---") # Separator