Update app.py
Browse files
app.py
CHANGED
@@ -14,15 +14,16 @@ st.set_page_config(page_title="OntoLearner Benchmark", layout="wide")
|
|
14 |
st.markdown(
|
15 |
"""
|
16 |
<style>
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
26 |
</style>
|
27 |
""",
|
28 |
unsafe_allow_html=True
|
|
|
14 |
st.markdown(
|
15 |
"""
|
16 |
<style>
|
17 |
+
.block-container {
|
18 |
+
padding: 0 1rem 1rem 1rem;
|
19 |
+
}
|
20 |
+
.main {
|
21 |
+
max-width: 100% !important;
|
22 |
+
padding: 0 !important;
|
23 |
+
}
|
24 |
+
.stDataFrame {
|
25 |
+
height: 100vh !important;
|
26 |
+
}
|
27 |
</style>
|
28 |
""",
|
29 |
unsafe_allow_html=True
|