Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ st.markdown(
|
|
102 |
.title { text-align: center; font-size: 2.5rem; font-weight: bold; }
|
103 |
.description { text-align: center; font-size: 1.1rem; color: #555; }
|
104 |
.button-container { text-align: center; }
|
105 |
-
.ack { font-size: 0.
|
106 |
</style>
|
107 |
""",
|
108 |
unsafe_allow_html=True,
|
|
|
102 |
.title { text-align: center; font-size: 2.5rem; font-weight: bold; }
|
103 |
.description { text-align: center; font-size: 1.1rem; color: #555; }
|
104 |
.button-container { text-align: center; }
|
105 |
+
.ack { font-size: 0.95rem; color: #888; text-align: center; }
|
106 |
</style>
|
107 |
""",
|
108 |
unsafe_allow_html=True,
|