YaraKyrychenko commited on
Commit
4cb8cb0
·
verified ·
1 Parent(s): 497febe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ elif prompt := st.chat_input("Type to ask a question or respond..."):
220
  with st.chat_message("user"):
221
  st.markdown(prompt)
222
 
223
- if st.query_params["p"] = "5":
224
  rate_limit_message = """
225
  An error has occured with the chatbot. Please submit the conversation. Do not worry, this will not influence your compensation.
226
  """
 
220
  with st.chat_message("user"):
221
  st.markdown(prompt)
222
 
223
+ if st.query_params["p"] == "5":
224
  rate_limit_message = """
225
  An error has occured with the chatbot. Please submit the conversation. Do not worry, this will not influence your compensation.
226
  """