Spaces:
Sleeping
Sleeping
Léo Bourrel
commited on
Commit
·
d5e3908
1
Parent(s):
3560824
feat: improve button style
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ with chat_column:
|
|
125 |
on_click=on_click_callback,
|
126 |
)
|
127 |
|
128 |
-
st.button("
|
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"""
|