Update app.py
Browse files
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:
|
| 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}
|