nazneen commited on
Commit
ed185a9
1 Parent(s): 9b6959c
Files changed (1) hide show
  1. app.py +2 -1
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(st.title('Error Analysis'))
 
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"],