Spaces:
Sleeping
Sleeping
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,15 +254,16 @@ def demographic_form():
|
|
| 254 |
|
| 255 |
def scenario_explanation():
|
| 256 |
"""توضیح سناریو"""
|
| 257 |
-
st.
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
|
|
|
|
|
|
| 263 |
</div>
|
| 264 |
-
|
| 265 |
-
""", unsafe_allow_html=True)
|
| 266 |
|
| 267 |
st.markdown("### سناریوی تحقیق")
|
| 268 |
|
|
|
|
| 254 |
|
| 255 |
def scenario_explanation():
|
| 256 |
"""توضیح سناریو"""
|
| 257 |
+
col1, col2 = st.columns([1, 3])
|
| 258 |
+
with col1:
|
| 259 |
+
st.image("rahyar.png", width=100) # عرض لوگو را تنظیم کنید
|
| 260 |
+
with col2:
|
| 261 |
+
st.markdown("""
|
| 262 |
+
<div class="rahyar-header">
|
| 263 |
+
<h2>راهیار 🚖</h2>
|
| 264 |
+
<p>سفرهای درون شهری سریع و مطمئن</p>
|
| 265 |
</div>
|
| 266 |
+
""", unsafe_allow_html=True)
|
|
|
|
| 267 |
|
| 268 |
st.markdown("### سناریوی تحقیق")
|
| 269 |
|