Spaces:
Runtime error
Runtime error
Fix typos and list of languages used during training
Browse files
app.py
CHANGED
@@ -172,14 +172,7 @@ st.markdown(
|
|
172 |
}
|
173 |
.block-container {
|
174 |
padding-left: 1rem !important;
|
175 |
-
padding-right:
|
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>
|
185 |
""", unsafe_allow_html=True)
|
|
|
172 |
}
|
173 |
.block-container {
|
174 |
padding-left: 1rem !important;
|
175 |
+
padding-right: 1rem !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
}
|
177 |
</style>
|
178 |
""", unsafe_allow_html=True)
|