Spaces:
Running
Running
tryout
Browse files
streamlit_simulation/app.py
CHANGED
@@ -96,11 +96,6 @@ st.markdown(f"""
|
|
96 |
border: none !important;
|
97 |
border-radius: 5px !important;
|
98 |
}}
|
99 |
-
|
100 |
-
/* Verhindert horizontale Scrollbar */
|
101 |
-
body, html {{
|
102 |
-
overflow-x: hidden !important;
|
103 |
-
}}
|
104 |
|
105 |
</style>
|
106 |
""", unsafe_allow_html=True)
|
|
|
96 |
border: none !important;
|
97 |
border-radius: 5px !important;
|
98 |
}}
|
|
|
|
|
|
|
|
|
|
|
99 |
|
100 |
</style>
|
101 |
""", unsafe_allow_html=True)
|