nazneen commited on
Commit
23efaf2
·
1 Parent(s): ffabce0

adding parquets

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",