Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ st.markdown("""
|
|
| 71 |
.st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
|
| 72 |
color: var(--text) !important;
|
| 73 |
background-color: var(--input-bg) !important;
|
| 74 |
-
border: 1px
|
| 75 |
padding-right: 12px !important; /* فاصله از راست */
|
| 76 |
}
|
| 77 |
|
|
|
|
| 71 |
.st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
|
| 72 |
color: var(--text) !important;
|
| 73 |
background-color: var(--input-bg) !important;
|
| 74 |
+
border: 1px var(--text) !important;
|
| 75 |
padding-right: 12px !important; /* فاصله از راست */
|
| 76 |
}
|
| 77 |
|