broadfield-dev commited on
Commit
9566c88
·
verified ·
1 Parent(s): 30333e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def build_full_html(markdown_text, styles, include_fontawesome):
109
 
110
  full_html = f"""<!DOCTYPE html>
111
  <html><head><meta charset="UTF-8">{google_font_link}{fontawesome_link}<style>
112
- body {{ background-color: {styles.get('background_color', '#fff')}; padding: 25px; display: inline-block;}}
113
  {scoped_css}
114
  </style></head><body>{final_html_body}</body></html>"""
115
 
 
109
 
110
  full_html = f"""<!DOCTYPE html>
111
  <html><head><meta charset="UTF-8">{google_font_link}{fontawesome_link}<style>
112
+ #ouput-wrapper {{ background-color: {styles.get('background_color', '#fff')}; padding: 25px; display: inline-block;}}
113
  {scoped_css}
114
  </style></head><body>{final_html_body}</body></html>"""
115