themeetjani commited on
Commit
5dc77e3
1 Parent(s): 3aa4174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="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 """
 
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 """