vivien commited on
Commit
3246139
1 Parent(s): f53f0d4

Stop printing the id corresponding to the last click

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -133,7 +133,6 @@ else:
133
  clicked = click_detector(semantic_search(query, model_id))
134
 
135
  if clicked != "":
136
- st.markdown(clicked)
137
  change_query = False
138
  if "last_clicked" not in st.session_state:
139
  st.session_state["last_clicked"] = clicked
133
  clicked = click_detector(semantic_search(query, model_id))
134
 
135
  if clicked != "":
 
136
  change_query = False
137
  if "last_clicked" not in st.session_state:
138
  st.session_state["last_clicked"] = clicked