Yara Kyrychenko commited on
Commit
70d23ab
·
1 Parent(s): 1e33da4

fix typo in n cond

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ elif st.session_state.inserted > 1:
209
 
210
  elif st.query_params["p"] == "n":
211
  st.markdown("""**You have (randomly) not been selected to have a conversation with the chatbot.**
212
- Please press *Submit Interaction* to get your completion code.
213
  """)
214
  columns = st.columns((1,1,1))
215
  with columns[2]:
 
209
 
210
  elif st.query_params["p"] == "n":
211
  st.markdown("""**You have (randomly) not been selected to have a conversation with the chatbot.**
212
+ Please press *Submit Interaction*.
213
  """)
214
  columns = st.columns((1,1,1))
215
  with columns[2]: