Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,10 @@ st.markdown("""
|
|
69 |
width: 100% !important;
|
70 |
}
|
71 |
|
|
|
|
|
|
|
|
|
72 |
.stButton > button {
|
73 |
width: 200px;
|
74 |
background-color: #f8f9fa !important;
|
|
|
69 |
width: 100% !important;
|
70 |
}
|
71 |
|
72 |
+
.stFileUploaderFileName {
|
73 |
+
color: #1a1a1a !important;
|
74 |
+
}
|
75 |
+
|
76 |
.stButton > button {
|
77 |
width: 200px;
|
78 |
background-color: #f8f9fa !important;
|