Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -241,16 +241,16 @@ CVD ialah kumpulan penyakit jantung dan saluran darah seperti penyakit jantung k
|
|
| 241 |
}[lang])
|
| 242 |
|
| 243 |
|
| 244 |
-
MAP_TITLE = {
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
}
|
| 249 |
-
st.markdown(f"### {MAP_TITLE[lang]}")
|
| 250 |
-
st.markdown("""
|
| 251 |
-
<iframe src="https://www.google.com/maps?q=hospital+near+me&output=embed"
|
| 252 |
-
|
| 253 |
-
</iframe>
|
| 254 |
-
""", unsafe_allow_html=True)
|
| 255 |
|
| 256 |
|
|
|
|
| 241 |
}[lang])
|
| 242 |
|
| 243 |
|
| 244 |
+
MAP_TITLE = {
|
| 245 |
+
"English": "π₯ Search Nearby Hospitals",
|
| 246 |
+
"δΈζ": "π₯ ζε°ιθΏηι«ι’",
|
| 247 |
+
"Malay": "π₯ Cari Hospital Berdekatan"
|
| 248 |
+
}
|
| 249 |
+
st.markdown(f"### {MAP_TITLE[lang]}")
|
| 250 |
+
st.markdown("""
|
| 251 |
+
<iframe src="https://www.google.com/maps?q=hospital+near+me&output=embed"
|
| 252 |
+
width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy">
|
| 253 |
+
</iframe>
|
| 254 |
+
""", unsafe_allow_html=True)
|
| 255 |
|
| 256 |
|