Spaces:
Running
Running
final version
Browse files
streamlit_simulation/app.py
CHANGED
@@ -107,6 +107,14 @@ st.markdown(f"""
|
|
107 |
display: none;
|
108 |
}}
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
</style>
|
111 |
""", unsafe_allow_html=True)
|
112 |
|
@@ -254,7 +262,7 @@ def render_simulation_view(timestamp, prediction, actual, progress, fig, paused=
|
|
254 |
#)
|
255 |
|
256 |
with info_container.container():
|
257 |
-
st.markdown("<div style='margin-top: 5rem;'></div>", unsafe_allow_html=True)
|
258 |
st.markdown(
|
259 |
f"<span style='font-size: 24px; font-weight: 600; color: {HEADER_COLOR} !important;'>Time: {timestamp}</span>",
|
260 |
unsafe_allow_html=True
|
|
|
107 |
display: none;
|
108 |
}}
|
109 |
|
110 |
+
section[data-testid="stSidebar"] {{
|
111 |
+
background-color: {INPUT_BG} !important;
|
112 |
+
padding: 0rem !important;
|
113 |
+
margin: 0rem !important;
|
114 |
+
border: none !important;
|
115 |
+
box-shadow: none !important;
|
116 |
+
}}
|
117 |
+
|
118 |
</style>
|
119 |
""", unsafe_allow_html=True)
|
120 |
|
|
|
262 |
#)
|
263 |
|
264 |
with info_container.container():
|
265 |
+
#st.markdown("<div style='margin-top: 5rem;'></div>", unsafe_allow_html=True)
|
266 |
st.markdown(
|
267 |
f"<span style='font-size: 24px; font-weight: 600; color: {HEADER_COLOR} !important;'>Time: {timestamp}</span>",
|
268 |
unsafe_allow_html=True
|