Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,14 +58,7 @@ st.markdown("""
|
|
58 |
}
|
59 |
.stTextInput > label, .stNumberInput > label {
|
60 |
color: white !important;
|
61 |
-
|
62 |
-
.stButton > button {
|
63 |
-
background-color: #123416 !important;
|
64 |
-
color: white !important;
|
65 |
-
border: 1px solid #258c10 !important;
|
66 |
-
}
|
67 |
-
.stButton > button:hover {
|
68 |
-
background-color: #1e5626 !important;
|
69 |
}
|
70 |
</style>
|
71 |
""", unsafe_allow_html=True)
|
|
|
58 |
}
|
59 |
.stTextInput > label, .stNumberInput > label {
|
60 |
color: white !important;
|
61 |
+
fontsize: 24px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
}
|
63 |
</style>
|
64 |
""", unsafe_allow_html=True)
|