Update app.py
Browse files
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.
|
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.
|
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()
|