3v324v23 commited on
Commit
f9983ef
·
1 Parent(s): 20f4086

tryout without plot

Browse files
Files changed (1) hide show
  1. streamlit_simulation/app.py +8 -0
streamlit_simulation/app.py CHANGED
@@ -96,6 +96,14 @@ st.markdown(f"""
96
  border: none !important;
97
  border-radius: 5px !important;
98
  }}
 
 
 
 
 
 
 
 
99
 
100
  </style>
101
  """, unsafe_allow_html=True)
 
96
  border: none !important;
97
  border-radius: 5px !important;
98
  }}
99
+
100
+ body, html {{
101
+ overflow-x: hidden !important;
102
+ }}
103
+
104
+ ::-webkit-scrollbar {{
105
+ width: 8px;
106
+ }}
107
 
108
  </style>
109
  """, unsafe_allow_html=True)