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