Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ st.markdown("""
|
|
| 41 |
<style>
|
| 42 |
/* CSS for the main app title in the sidebar and password gate */
|
| 43 |
.app-title {
|
| 44 |
-
color: #
|
| 45 |
font-weight:800;
|
| 46 |
font-size:1.2rem;
|
| 47 |
}
|
|
|
|
| 41 |
<style>
|
| 42 |
/* CSS for the main app title in the sidebar and password gate */
|
| 43 |
.app-title {
|
| 44 |
+
color: #89b4f2; /* Light blue color for the title */
|
| 45 |
font-weight:800;
|
| 46 |
font-size:1.2rem;
|
| 47 |
}
|