3v324v23 commited on
Commit
2faf709
·
1 Parent(s): acaec3b

final version

Browse files
Files changed (1) hide show
  1. 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