Maryam Ilka commited on
Commit
bd6b6ef
·
verified ·
1 Parent(s): 2fd7eb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -638,7 +638,10 @@ def map_view():
638
  """نمایش نقشه و قیمت"""
639
  col1, col2 = st.columns([1, 4])
640
  with col1:
641
- st.image("https://via.placeholder.com/80/6a0dad/FFFFFF?text=LOGO", width=80)
 
 
 
642
  with col2:
643
  st.markdown("""
644
  <h2 style="color: #6a0dad; margin: 0;">رهیار 🚖</h2>
 
638
  """نمایش نقشه و قیمت"""
639
  col1, col2 = st.columns([1, 4])
640
  with col1:
641
+ try:
642
+ st.image("rahyar.png", width=80)
643
+ except:
644
+ st.image("https://via.placeholder.com/80/6a0dad/FFFFFF?text=LOGO", width=80)
645
  with col2:
646
  st.markdown("""
647
  <h2 style="color: #6a0dad; margin: 0;">رهیار 🚖</h2>