mahynski commited on
Commit
44a4ba6
·
verified ·
1 Parent(s): 0080323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -246,13 +246,12 @@ if uploaded_file is not None:
246
  # Now present the analysis / results
247
  with tab2_:
248
  # import pickle
249
-
250
  # optimized_models = [
251
  # pickle.load(open("streamlit/example_model.pkl", "rb"))
252
- # ] # TEMP
253
  # analyses = [
254
  # pickle.load(open("streamlit/example_analysis.pkl", "rb"))
255
- # ] # TEMP
256
 
257
  if 'optimized_models' in st.session_state:
258
  st.subheader(
@@ -379,4 +378,4 @@ if uploaded_file is not None:
379
  cmap=cmap_option_,
380
  )
381
  )
382
- ctr += 1
 
246
  # Now present the analysis / results
247
  with tab2_:
248
  # import pickle
 
249
  # optimized_models = [
250
  # pickle.load(open("streamlit/example_model.pkl", "rb"))
251
+ # ]
252
  # analyses = [
253
  # pickle.load(open("streamlit/example_analysis.pkl", "rb"))
254
+ # ]
255
 
256
  if 'optimized_models' in st.session_state:
257
  st.subheader(
 
378
  cmap=cmap_option_,
379
  )
380
  )
381
+ ctr += 1