Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -638,7 +638,10 @@ def map_view():
|
|
| 638 |
"""نمایش نقشه و قیمت"""
|
| 639 |
col1, col2 = st.columns([1, 4])
|
| 640 |
with col1:
|
| 641 |
-
|
|
|
|
|
|
|
|
|
|
| 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>
|