Upload 2 files
Browse files
app.py
CHANGED
|
@@ -21,7 +21,6 @@ div.stButton > button:hover {
|
|
| 21 |
background-color: #00ff00; /* Hover background color */
|
| 22 |
color: #ff0000; /* Hover text color */
|
| 23 |
}
|
| 24 |
-
|
| 25 |
/* Title styles */
|
| 26 |
h1 {
|
| 27 |
background-image: linear-gradient(0deg, #a2c2e1 0%, #003b5c 100%); /* Light blue to deep blue gradient */
|
|
@@ -120,4 +119,4 @@ if uploaded_files:
|
|
| 120 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
| 121 |
)
|
| 122 |
else:
|
| 123 |
-
st.write("")
|
|
|
|
| 21 |
background-color: #00ff00; /* Hover background color */
|
| 22 |
color: #ff0000; /* Hover text color */
|
| 23 |
}
|
|
|
|
| 24 |
/* Title styles */
|
| 25 |
h1 {
|
| 26 |
background-image: linear-gradient(0deg, #a2c2e1 0%, #003b5c 100%); /* Light blue to deep blue gradient */
|
|
|
|
| 119 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
| 120 |
)
|
| 121 |
else:
|
| 122 |
+
st.write("")
|