Spaces:
Sleeping
Sleeping
final version
Browse files- streamlit_simulation/app.py +11 -0
streamlit_simulation/app.py
CHANGED
@@ -121,6 +121,17 @@ st.markdown(f"""
|
|
121 |
box-shadow: none !important;
|
122 |
}}
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
</style>
|
125 |
""", unsafe_allow_html=True)
|
126 |
|
|
|
121 |
box-shadow: none !important;
|
122 |
}}
|
123 |
|
124 |
+
/* Entfernt auch den leeren Platz über der App */
|
125 |
+
header[data-testid="stHeader"] {{
|
126 |
+
display: none !important;
|
127 |
+
height: 0px !important;
|
128 |
+
visibility: hidden !important;
|
129 |
+
}}
|
130 |
+
|
131 |
+
.block-container {{
|
132 |
+
padding-top: 0.5rem !important;
|
133 |
+
}}
|
134 |
+
|
135 |
</style>
|
136 |
""", unsafe_allow_html=True)
|
137 |
|