Spaces:
Sleeping
Sleeping
devjas1
commited on
Commit
·
8dca6b4
1
Parent(s):
56f1555
(UI/UX): Adjusted CSS styling in style.css and theme in config file to address white/white background/foreground bug.
Browse files- app.py +2 -2
- static/style.css +1 -2
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
import streamlit as st
|
4 |
|
@@ -18,7 +18,7 @@ st.set_page_config(
|
|
18 |
page_icon="🔬",
|
19 |
layout="wide",
|
20 |
initial_sidebar_state="expanded",
|
21 |
-
menu_items=
|
22 |
)
|
23 |
|
24 |
|
|
|
1 |
+
# In App.py
|
2 |
|
3 |
import streamlit as st
|
4 |
|
|
|
18 |
page_icon="🔬",
|
19 |
layout="wide",
|
20 |
initial_sidebar_state="expanded",
|
21 |
+
menu_items=None,
|
22 |
)
|
23 |
|
24 |
|
static/style.css
CHANGED
@@ -153,8 +153,7 @@ div[data-testid="stMetricLabel"] {
|
|
153 |
border: 1px double #1a1a1a98;
|
154 |
max-width: 100%;
|
155 |
border-radius: 8px;
|
156 |
-
|
157 |
-
color: var(--text-color);
|
158 |
|
159 |
|
160 |
}
|
|
|
153 |
border: 1px double #1a1a1a98;
|
154 |
max-width: 100%;
|
155 |
border-radius: 8px;
|
156 |
+
|
|
|
157 |
|
158 |
|
159 |
}
|