added header back

This commit is contained in:
leart-ramushi 2026-05-26 17:20:15 +02:00
parent e3d2fe87b5
commit 49745349f6

View File

@ -20,13 +20,6 @@ st.set_page_config(
layout="wide" layout="wide"
) )
st.markdown("""
<style>
#MainMenu, header, footer { display: none !important; }
.main .block-container { padding-top: 1rem !important; }
</style>
""", unsafe_allow_html=True)
# ---------------- MAIN ---------------- # ---------------- MAIN ----------------
def main(): def main():
file_manager = FileManager() file_manager = FileManager()