alvp commited on
Commit
74e144a
1 Parent(s): a4645a6

Fix typos and list of languages used during training

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -170,6 +170,10 @@ st.markdown(
170
  font-size: 1rem !important;
171
  font-weight: bold !important;
172
  }
 
 
 
 
173
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
174
  width: 20rem;
175
  }
 
170
  font-size: 1rem !important;
171
  font-weight: bold !important;
172
  }
173
+ .block-container {
174
+ padding-left: 1rem !important;
175
+ padding-right: bold !important;
176
+ }
177
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
178
  width: 20rem;
179
  }