yonghan93 commited on
Commit
84e1d73
Β·
verified Β·
1 Parent(s): 500e531

Update app.py

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