Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,10 +17,10 @@ def get_base64_of_bin_file(png_file):
|
|
| 17 |
|
| 18 |
def build_markup_for_logo(
|
| 19 |
png_file,
|
| 20 |
-
background_position="
|
| 21 |
-
margin_top="",
|
| 22 |
image_width="60%",
|
| 23 |
-
image_height="
|
| 24 |
):
|
| 25 |
binary_string = get_base64_of_bin_file(png_file)
|
| 26 |
return """
|
|
|
|
| 17 |
|
| 18 |
def build_markup_for_logo(
|
| 19 |
png_file,
|
| 20 |
+
background_position="0% 0%",
|
| 21 |
+
margin_top="5%",
|
| 22 |
image_width="60%",
|
| 23 |
+
image_height="",
|
| 24 |
):
|
| 25 |
binary_string = get_base64_of_bin_file(png_file)
|
| 26 |
return """
|