Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,10 +89,8 @@ st.markdown("""
|
|
| 89 |
.st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
|
| 90 |
color: var(--text) !important;
|
| 91 |
background-color: var(--input-bg) !important;
|
| 92 |
-
width: 100%;
|
| 93 |
border: 1px var(--primary) !important;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
|
| 97 |
/* استایل لیبلها */
|
| 98 |
.stTextInput > label,
|
|
|
|
| 89 |
.st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
|
| 90 |
color: var(--text) !important;
|
| 91 |
background-color: var(--input-bg) !important;
|
|
|
|
| 92 |
border: 1px var(--primary) !important;
|
| 93 |
+
}
|
|
|
|
| 94 |
|
| 95 |
/* استایل لیبلها */
|
| 96 |
.stTextInput > label,
|