Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ st.markdown("""
|
|
58 |
}
|
59 |
.stTextInput > label, .stNumberInput > label {
|
60 |
color: white !important;
|
61 |
-
|
62 |
}
|
63 |
</style>
|
64 |
""", unsafe_allow_html=True)
|
|
|
58 |
}
|
59 |
.stTextInput > label, .stNumberInput > label {
|
60 |
color: white !important;
|
61 |
+
font-size: 24px !important;
|
62 |
}
|
63 |
</style>
|
64 |
""", unsafe_allow_html=True)
|