Spaces:
Runtime error
Runtime error
viz
Browse files
app.py
CHANGED
|
@@ -194,7 +194,8 @@ if __name__ == "__main__":
|
|
| 194 |
|
| 195 |
lcol, rcol = st.columns([2, 3])
|
| 196 |
# ******* loading the mode and the data
|
| 197 |
-
st.sidebar
|
|
|
|
| 198 |
dataset = st.sidebar.selectbox(
|
| 199 |
"Dataset",
|
| 200 |
["amazon_polarity", "squad", "movielens", "waterbirds"],
|
|
|
|
| 194 |
|
| 195 |
lcol, rcol = st.columns([2, 3])
|
| 196 |
# ******* loading the mode and the data
|
| 197 |
+
with st.sidebar:
|
| 198 |
+
st.title('Error Analysis')
|
| 199 |
dataset = st.sidebar.selectbox(
|
| 200 |
"Dataset",
|
| 201 |
["amazon_polarity", "squad", "movielens", "waterbirds"],
|