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

fix typo in n cond button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ elif st.query_params["p"] == "n":
213
  """)
214
  columns = st.columns((1,1,1))
215
  with columns[2]:
216
- if st.button("Submit Interaction",use_container_width=True):
217
  keys = ["inserted", "messages", "convo_start_time"]
218
 
219
  st.session_state.user_data.update({key: st.session_state[key] for key in keys})
 
213
  """)
214
  columns = st.columns((1,1,1))
215
  with columns[2]:
216
+ if st.button("Submit Interaction",use_container_width=True,type="primary"):
217
  keys = ["inserted", "messages", "convo_start_time"]
218
 
219
  st.session_state.user_data.update({key: st.session_state[key] for key in keys})