Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -734,7 +734,7 @@ h3 {
|
|
| 734 |
margin-bottom: 1em !important;
|
| 735 |
line-height: 1.8 !important;
|
| 736 |
}
|
| 737 |
-
|
| 738 |
/* استایل برای اسلایدر استاندارد Streamlit */
|
| 739 |
.stSlider {
|
| 740 |
direction: ltr !important; /* جلوگیری از بهمریختگی در rtl */
|
|
@@ -814,6 +814,7 @@ h3 {
|
|
| 814 |
margin: 0 !important;
|
| 815 |
direction: ltr !important;
|
| 816 |
}
|
|
|
|
| 817 |
""", unsafe_allow_html=True)
|
| 818 |
|
| 819 |
# ========== توابع اصلی ==========
|
|
|
|
| 734 |
margin-bottom: 1em !important;
|
| 735 |
line-height: 1.8 !important;
|
| 736 |
}
|
| 737 |
+
|
| 738 |
/* استایل برای اسلایدر استاندارد Streamlit */
|
| 739 |
.stSlider {
|
| 740 |
direction: ltr !important; /* جلوگیری از بهمریختگی در rtl */
|
|
|
|
| 814 |
margin: 0 !important;
|
| 815 |
direction: ltr !important;
|
| 816 |
}
|
| 817 |
+
</style>
|
| 818 |
""", unsafe_allow_html=True)
|
| 819 |
|
| 820 |
# ========== توابع اصلی ==========
|