dev-leart #1

Merged
hollenthomas merged 11 commits from dev-leart into master 2026-05-26 22:08:47 +02:00
Showing only changes of commit 49745349f6 - Show all commits

View File

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