kaleidoskop-hug commited on
Commit
5b6c7a5
·
verified ·
1 Parent(s): 65f8770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ if "messages" not in st.session_state:
81
 
82
 
83
  def remove_message(position):
84
- st.toast("remove message no:" + position)
85
 
86
  if "remove" not in st.session_state:
87
  st.session_state.remove= False
 
81
 
82
 
83
  def remove_message(position):
84
+ st.toast("try to remove message no:" + str(position))
85
 
86
  if "remove" not in st.session_state:
87
  st.session_state.remove= False