Spaces:
Running
Running
Updated app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,6 @@ def login():
|
|
48 |
100% { background-position: 0% 50%; }
|
49 |
}
|
50 |
|
51 |
-
/* 3D Title */
|
52 |
h1 {
|
53 |
color: #ffffff;
|
54 |
font-size: 3.5rem;
|
@@ -62,7 +61,6 @@ def login():
|
|
62 |
letter-spacing: 2px;
|
63 |
}
|
64 |
|
65 |
-
/* Form Container */
|
66 |
.css-1y4p8pa {
|
67 |
max-width: 500px;
|
68 |
margin: 0 auto;
|
@@ -82,7 +80,6 @@ def login():
|
|
82 |
transform: perspective(1000px) rotateX(2deg);
|
83 |
}
|
84 |
|
85 |
-
/* Selectbox and Date Input Styling */
|
86 |
.stSelectbox label, .stDateInput label {
|
87 |
color: white !important;
|
88 |
font-weight: bold;
|
@@ -101,7 +98,6 @@ def login():
|
|
101 |
inset -2px -2px 5px rgba(255, 255, 255, 0.2);
|
102 |
}
|
103 |
|
104 |
-
/* Button Styling */
|
105 |
.stButton > button {
|
106 |
width: 100%;
|
107 |
background: linear-gradient(
|
@@ -200,15 +196,15 @@ else:
|
|
200 |
}
|
201 |
|
202 |
.summary-box {
|
203 |
-
background: linear-gradient(145deg, #
|
204 |
}
|
205 |
|
206 |
.keypoints-box {
|
207 |
-
background: linear-gradient(145deg, #
|
208 |
}
|
209 |
|
210 |
.action-items-box {
|
211 |
-
background: linear-gradient(145deg, #
|
212 |
}
|
213 |
|
214 |
.summary-box, .keypoints-box, .action-items-box {
|
|
|
48 |
100% { background-position: 0% 50%; }
|
49 |
}
|
50 |
|
|
|
51 |
h1 {
|
52 |
color: #ffffff;
|
53 |
font-size: 3.5rem;
|
|
|
61 |
letter-spacing: 2px;
|
62 |
}
|
63 |
|
|
|
64 |
.css-1y4p8pa {
|
65 |
max-width: 500px;
|
66 |
margin: 0 auto;
|
|
|
80 |
transform: perspective(1000px) rotateX(2deg);
|
81 |
}
|
82 |
|
|
|
83 |
.stSelectbox label, .stDateInput label {
|
84 |
color: white !important;
|
85 |
font-weight: bold;
|
|
|
98 |
inset -2px -2px 5px rgba(255, 255, 255, 0.2);
|
99 |
}
|
100 |
|
|
|
101 |
.stButton > button {
|
102 |
width: 100%;
|
103 |
background: linear-gradient(
|
|
|
196 |
}
|
197 |
|
198 |
.summary-box {
|
199 |
+
background: linear-gradient(145deg, #F1EAFF, #E5D4FF);
|
200 |
}
|
201 |
|
202 |
.keypoints-box {
|
203 |
+
background: linear-gradient(145deg, #F1EAFF, #E5D4FF);
|
204 |
}
|
205 |
|
206 |
.action-items-box {
|
207 |
+
background: linear-gradient(145deg, #F1EAFF, #E5D4FF);
|
208 |
}
|
209 |
|
210 |
.summary-box, .keypoints-box, .action-items-box {
|