Projectt123 commited on
Commit
cd4b2c9
·
verified ·
1 Parent(s): d3313c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def render_html(caption_text, lat, lon, language="English"):
64
 
65
  return f"""
66
  <div style="font-family:system-ui,Segoe UI,Arial;color:#eee;line-height:1.5">
67
- <div style="background:#1f1f1f;padding:14px 16px;border-radius:10px;margin-bottom:10px;">
68
  <div style="font-size:16px;white-space:pre-wrap;">{caption_text}</div>
69
  </div>
70
  {osm_iframe}
 
64
 
65
  return f"""
66
  <div style="font-family:system-ui,Segoe UI,Arial;color:#eee;line-height:1.5">
67
+ <div style="background:transparent;padding:14px 16px;border-radius:10px;margin-bottom:10px;">
68
  <div style="font-size:16px;white-space:pre-wrap;">{caption_text}</div>
69
  </div>
70
  {osm_iframe}