kiyer commited on
Commit
a1e4f2c
1 Parent(s): 23a61bc

removed plot to save memory

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -985,8 +985,8 @@ if submit_button:
985
  with st.sidebar:
986
  download_op(session_vars)
987
 
988
- embedding_plot = create_embedding_plot(rs)
989
- st.bokeh_chart(embedding_plot)
990
 
991
  else:
992
  st.info("Use the sidebar to tweak the search parameters to get better results.")
 
985
  with st.sidebar:
986
  download_op(session_vars)
987
 
988
+ # embedding_plot = create_embedding_plot(rs)
989
+ # st.bokeh_chart(embedding_plot)
990
 
991
  else:
992
  st.info("Use the sidebar to tweak the search parameters to get better results.")