Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,10 +90,7 @@ st.markdown("""
|
|
| 90 |
color: var(--text) !important;
|
| 91 |
background-color: var(--input-bg) !important;
|
| 92 |
width: 100%;
|
| 93 |
-
border: 1px
|
| 94 |
-
border-radius: 4px !important;
|
| 95 |
-
padding: 10px 15px;
|
| 96 |
-
cursor: pointer;
|
| 97 |
}
|
| 98 |
|
| 99 |
|
|
|
|
| 90 |
color: var(--text) !important;
|
| 91 |
background-color: var(--input-bg) !important;
|
| 92 |
width: 100%;
|
| 93 |
+
border: 1px var(--primary) !important;
|
|
|
|
|
|
|
|
|
|
| 94 |
}
|
| 95 |
|
| 96 |
|