Spaces:
Runtime error
Runtime error
adding parquets
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ if __name__ == "__main__":
|
|
211 |
|
212 |
lcol, rcol = st.columns([2, 2])
|
213 |
# ******* loading the mode and the data
|
214 |
-
st.sidebar.mardown("<h4>Interactive Error Analysis</h4>", unsafe_allow_html=True)
|
215 |
|
216 |
dataset = st.sidebar.selectbox(
|
217 |
"Dataset",
|
|
|
211 |
|
212 |
lcol, rcol = st.columns([2, 2])
|
213 |
# ******* loading the mode and the data
|
214 |
+
#st.sidebar.mardown("<h4>Interactive Error Analysis</h4>", unsafe_allow_html=True)
|
215 |
|
216 |
dataset = st.sidebar.selectbox(
|
217 |
"Dataset",
|