Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
b899c89
1
Parent(s):
80803f1
Logo adaptation
Browse files- utils/config_fabric.py +4 -3
utils/config_fabric.py
CHANGED
@@ -14,7 +14,7 @@ import shutil
|
|
14 |
|
15 |
st.set_page_config(layout='wide')
|
16 |
INPUT_XES="output/inputlog_temp.xes"
|
17 |
-
LOGO_PATH="gedi/utils/
|
18 |
|
19 |
def get_base64_image(image_path):
|
20 |
with open(image_path, "rb") as image_file:
|
@@ -35,8 +35,9 @@ def play_header():
|
|
35 |
justify-content: flex-start;
|
36 |
}}
|
37 |
.header-logo img {{
|
38 |
-
max-width:
|
39 |
-
height:
|
|
|
40 |
}}
|
41 |
</style>
|
42 |
<div class="header-logo">
|
|
|
14 |
|
15 |
st.set_page_config(layout='wide')
|
16 |
INPUT_XES="output/inputlog_temp.xes"
|
17 |
+
LOGO_PATH="gedi/utils/logo.png"
|
18 |
|
19 |
def get_base64_image(image_path):
|
20 |
with open(image_path, "rb") as image_file:
|
|
|
35 |
justify-content: flex-start;
|
36 |
}}
|
37 |
.header-logo img {{
|
38 |
+
max-width: 100%; /* Adjust the size as needed */
|
39 |
+
max-height: 100%;
|
40 |
+
overflow: hidden;
|
41 |
}}
|
42 |
</style>
|
43 |
<div class="header-logo">
|