alvp commited on
Commit
2e83308
·
1 Parent(s): 74e144a

Fix typos and list of languages used during training

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -175,10 +175,10 @@ st.markdown(
175
  padding-right: bold !important;
176
  }
177
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
178
- width: 20rem;
179
  }
180
  [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
181
- width: 20rem;
182
  margin-left: -500px;
183
  }
184
  </style>
 
175
  padding-right: bold !important;
176
  }
177
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
178
+ width: 20rem !important;
179
  }
180
  [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
181
+ width: 20rem !important;
182
  margin-left: -500px;
183
  }
184
  </style>