Multichem commited on
Commit
851f5b9
·
1 Parent(s): d6075ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -435,7 +435,7 @@ with tab3:
435
  combo_file = pd.concat([cpt_proj, flex_proj], ignore_index=True)
436
 
437
  with col2:
438
- display_container = st.epmty()
439
  display_dl_container = st.empty()
440
  optimize_container = st.empty()
441
  download_container = st.empty()
@@ -447,7 +447,7 @@ with tab3:
447
  max_own = 1000
448
  total_proj = 0
449
  total_own = 0
450
- display_container = st.epmty()
451
  display_dl_container = st.empty()
452
  optimize_container = st.empty()
453
  download_container = st.empty()
 
435
  combo_file = pd.concat([cpt_proj, flex_proj], ignore_index=True)
436
 
437
  with col2:
438
+ display_container = st.empty()
439
  display_dl_container = st.empty()
440
  optimize_container = st.empty()
441
  download_container = st.empty()
 
447
  max_own = 1000
448
  total_proj = 0
449
  total_own = 0
450
+ display_container = st.empty()
451
  display_dl_container = st.empty()
452
  optimize_container = st.empty()
453
  download_container = st.empty()