DharavathSri commited on
Commit
b67fa53
·
verified ·
1 Parent(s): 3aaee7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ st.markdown("""
19
  }
20
  .sidebar .sidebar-content {
21
  background-image: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
22
- color: white;
23
  }
24
  .stTextInput>div>div>input {
25
  border-radius: 20px;
@@ -30,7 +30,7 @@ st.markdown("""
30
  border-radius: 20px;
31
  padding: 10px 25px;
32
  background-image: linear-gradient(to right, #6B73FF 0%, #000DFF 100%);
33
- color: white;
34
  border: none;
35
  font-weight: 500;
36
  transition: all 0.3s ease;
 
19
  }
20
  .sidebar .sidebar-content {
21
  background-image: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
22
+ color: black;
23
  }
24
  .stTextInput>div>div>input {
25
  border-radius: 20px;
 
30
  border-radius: 20px;
31
  padding: 10px 25px;
32
  background-image: linear-gradient(to right, #6B73FF 0%, #000DFF 100%);
33
+ color: black;
34
  border: none;
35
  font-weight: 500;
36
  transition: all 0.3s ease;