Spaces:
Sleeping
Sleeping
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,7 +258,7 @@ def main():
|
|
| 258 |
# نمایش هدر
|
| 259 |
st.markdown("""
|
| 260 |
<div class="rahyar-header">
|
| 261 |
-
<h2>ر
|
| 262 |
<p>سفرهای درون شهری سریع و مطمئن</p>
|
| 263 |
</div>
|
| 264 |
""", unsafe_allow_html=True)
|
|
@@ -294,7 +294,7 @@ def main():
|
|
| 294 |
|
| 295 |
with col2:
|
| 296 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 297 |
-
if st.button("درخواست ر
|
| 298 |
pass
|
| 299 |
|
| 300 |
if st.session_state.scenario_type != "control":
|
|
|
|
| 258 |
# نمایش هدر
|
| 259 |
st.markdown("""
|
| 260 |
<div class="rahyar-header">
|
| 261 |
+
<h2>رهیار 🚖</h2>
|
| 262 |
<p>سفرهای درون شهری سریع و مطمئن</p>
|
| 263 |
</div>
|
| 264 |
""", unsafe_allow_html=True)
|
|
|
|
| 294 |
|
| 295 |
with col2:
|
| 296 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 297 |
+
if st.button("درخواست رهیار", key="request_btn", type="primary"):
|
| 298 |
pass
|
| 299 |
|
| 300 |
if st.session_state.scenario_type != "control":
|