Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
•
3aa4174
1
Parent(s):
50319a7
Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,9 @@ def get_base64_of_bin_file(png_file):
|
|
18 |
def build_markup_for_logo(
|
19 |
png_file,
|
20 |
background_position="50% 10%",
|
21 |
-
margin_top="
|
22 |
image_width="60%",
|
23 |
-
image_height="",
|
24 |
):
|
25 |
binary_string = get_base64_of_bin_file(png_file)
|
26 |
return """
|
|
|
18 |
def build_markup_for_logo(
|
19 |
png_file,
|
20 |
background_position="50% 10%",
|
21 |
+
margin_top="",
|
22 |
image_width="60%",
|
23 |
+
image_height="20%",
|
24 |
):
|
25 |
binary_string = get_base64_of_bin_file(png_file)
|
26 |
return """
|