kaleidoskop-hug commited on
Commit
b8dcb86
·
verified ·
1 Parent(s): 7c2f8bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ for message in st.session_state.messages:
126
  with st.chat_message(message["role"]):
127
  st.markdown(message["content"])
128
 
129
- if retry not in st.session_state:
130
  st.session_state.retry= False
131
 
132
  def retry_click():
 
126
  with st.chat_message(message["role"]):
127
  st.markdown(message["content"])
128
 
129
+ if "retry" not in st.session_state:
130
  st.session_state.retry= False
131
 
132
  def retry_click():