Spaces:
Runtime error
Runtime error
Fix typos and list of languages used during training
Browse files
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>
|