Update app.py
Browse files
app.py
CHANGED
@@ -11,35 +11,6 @@ st.markdown("""
|
|
11 |
footer {visibility: hidden;}
|
12 |
header {visibility: hidden;}
|
13 |
|
14 |
-
/* Force white background for the whole app */
|
15 |
-
body, .stApp {
|
16 |
-
background-color: #ffffff !important;
|
17 |
-
color: #000000 !important;
|
18 |
-
}
|
19 |
-
|
20 |
-
/* Light mode for input fields */
|
21 |
-
textarea, .stTextInput, .stTextArea, .stFileUploader {
|
22 |
-
background-color: #ffffff !important;
|
23 |
-
color: #000000 !important;
|
24 |
-
border: 1px solid #ccc !important;
|
25 |
-
border-radius: 5px !important;
|
26 |
-
}
|
27 |
-
|
28 |
-
/* Light mode for buttons */
|
29 |
-
.stButton>button {
|
30 |
-
background-color: #007BFF !important;
|
31 |
-
color: #ffffff !important;
|
32 |
-
border-radius: 5px !important;
|
33 |
-
}
|
34 |
-
|
35 |
-
/* Light mode for file uploader */
|
36 |
-
.stFileUploader {
|
37 |
-
background-color: #ffffff !important;
|
38 |
-
border: 1px solid #ccc !important;
|
39 |
-
padding: 10px;
|
40 |
-
border-radius: 5px !important;
|
41 |
-
}
|
42 |
-
|
43 |
/* Center and size the logo */
|
44 |
.block-container {
|
45 |
padding-top: 1rem;
|
|
|
11 |
footer {visibility: hidden;}
|
12 |
header {visibility: hidden;}
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
/* Center and size the logo */
|
15 |
.block-container {
|
16 |
padding-top: 1rem;
|