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