alvp commited on
Commit
a4645a6
1 Parent(s): 88ec4e4

Fix typos and list of languages used during training

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -170,6 +170,13 @@ st.markdown(
170
  font-size: 1rem !important;
171
  font-weight: bold !important;
172
  }
 
 
 
 
 
 
 
173
  </style>
174
  """, unsafe_allow_html=True)
175
 
 
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
+ }
176
+ [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
177
+ width: 20rem;
178
+ margin-left: -500px;
179
+ }
180
  </style>
181
  """, unsafe_allow_html=True)
182