Maryam Ilka commited on
Commit
98ed606
·
verified ·
1 Parent(s): d4e0566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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 solid var(--primary) !important;
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