hamedbabaeigiglou commited on
Commit
8a681ed
·
verified ·
1 Parent(s): 15bb7ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
app.py CHANGED
@@ -14,15 +14,16 @@ st.set_page_config(page_title="OntoLearner Benchmark", layout="wide")
14
  st.markdown(
15
  """
16
  <style>
17
- .block-container {
18
- padding-top: 1rem;
19
- padding-bottom: 1rem;
20
- padding-left: 1rem;
21
- padding-right: 1rem;
22
- }
23
- .main {
24
- max-width: 100% !important;
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