Spaces:
Runtime error
Runtime error
viz
Browse files- app.py +1 -0
- error_analysis/utils/style_hacks.py +1 -1
app.py
CHANGED
@@ -194,6 +194,7 @@ if __name__ == "__main__":
|
|
194 |
|
195 |
lcol, rcol = st.columns([2, 3])
|
196 |
# ******* loading the mode and the data
|
|
|
197 |
dataset = st.sidebar.selectbox(
|
198 |
"Dataset",
|
199 |
["amazon_polarity", "squad", "movielens", "waterbirds"],
|
|
|
194 |
|
195 |
lcol, rcol = st.columns([2, 3])
|
196 |
# ******* loading the mode and the data
|
197 |
+
st.sidebar(st.title('Error Analysis'))
|
198 |
dataset = st.sidebar.selectbox(
|
199 |
"Dataset",
|
200 |
["amazon_polarity", "squad", "movielens", "waterbirds"],
|
error_analysis/utils/style_hacks.py
CHANGED
@@ -19,7 +19,7 @@ def init_style():
|
|
19 |
.css-1outpf7 {
|
20 |
background-color:rgb(254 244 219);
|
21 |
width:10rem;
|
22 |
-
padding:20px
|
23 |
}
|
24 |
/* Main Panel*/
|
25 |
.reportview-container .css-1lcbmhc .css-1outpf7 {
|
|
|
19 |
.css-1outpf7 {
|
20 |
background-color:rgb(254 244 219);
|
21 |
width:10rem;
|
22 |
+
padding:20px 0px 0px 0px;
|
23 |
}
|
24 |
/* Main Panel*/
|
25 |
.reportview-container .css-1lcbmhc .css-1outpf7 {
|