Léo Bourrel commited on
Commit
d5e3908
·
1 Parent(s): 3560824

feat: improve button style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with chat_column:
125
  on_click=on_click_callback,
126
  )
127
 
128
- st.button("New conversation", on_click=clear_history)
129
 
130
  information_placeholder.caption(
131
  f"""
 
125
  on_click=on_click_callback,
126
  )
127
 
128
+ st.button(":new: Start a new conversation", on_click=clear_history, type="secondary")
129
 
130
  information_placeholder.caption(
131
  f"""