shingguy1 commited on
Commit
959628a
·
verified ·
1 Parent(s): 76d70e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -103,7 +103,7 @@ st.markdown("""
103
  border-radius: 15px;
104
  }
105
  .stButton>button {
106
- background-color: #ffcccb;
107
  color: #333;
108
  border-radius: 10px;
109
  border: 2px solid #ff9999;
@@ -113,12 +113,12 @@ st.markdown("""
113
  transition: all 0.3s;
114
  }
115
  .stButton>button:hover {
116
- background-color: #ff9999;
117
  color: white;
118
  transform: scale(1.05);
119
  }
120
  .stFileUploader {
121
- background-color: #fff3cd;
122
  border: 2px dashed #ffca28;
123
  border-radius: 10px;
124
  padding: 10px;
 
103
  border-radius: 15px;
104
  }
105
  .stButton>button {
106
+ background-color: #e6f3ff;
107
  color: #333;
108
  border-radius: 10px;
109
  border: 2px solid #ff9999;
 
113
  transition: all 0.3s;
114
  }
115
  .stButton>button:hover {
116
+ background-color: #e6f3ff;
117
  color: white;
118
  transform: scale(1.05);
119
  }
120
  .stFileUploader {
121
+ background-color: #e6f3ff;
122
  border: 2px dashed #ffca28;
123
  border-radius: 10px;
124
  padding: 10px;