Anonymous-AC commited on
Commit
612896f
·
verified ·
1 Parent(s): 0bc9dc9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -359,10 +359,10 @@ with col2:
359
  - The model’s responses may contain **<span style='color:#dc3545; font-weight:bold;'>🤖 hallucinations or incorrect information</span>**.
360
  - Always consult a **<span style='color:#dc3545; font-weight:bold;'>👨‍⚕️ medical professional</span>** for accurate diagnosis and advice.
361
  """, unsafe_allow_html=True)
362
- st.markdown("""
363
- <img src="//www.clustrmaps.com/map_v2.png?d=uM9v_RTadJ3hLvNbBSQ2PZ0KNPABbilkZgDyiXmuC0M&cl=ffffff"
364
- style="position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;visibility:hidden;opacity:0;pointer-events:none;z-index:-1;display:none;" />
365
- """, unsafe_allow_html=True)
366
  # Run inference after upload
367
  if st.button("Run Inference 🏃‍♂️"):
368
  if image is None:
 
359
  - The model’s responses may contain **<span style='color:#dc3545; font-weight:bold;'>🤖 hallucinations or incorrect information</span>**.
360
  - Always consult a **<span style='color:#dc3545; font-weight:bold;'>👨‍⚕️ medical professional</span>** for accurate diagnosis and advice.
361
  """, unsafe_allow_html=True)
362
+ # st.markdown("""
363
+ # <img src="//www.clustrmaps.com/map_v2.png?d=uM9v_RTadJ3hLvNbBSQ2PZ0KNPABbilkZgDyiXmuC0M&cl=ffffff"
364
+ # style="position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;visibility:hidden;opacity:0;pointer-events:none;z-index:-1;display:none;" />
365
+ # """, unsafe_allow_html=True)
366
  # Run inference after upload
367
  if st.button("Run Inference 🏃‍♂️"):
368
  if image is None: