Update app.py
Browse files
app.py
CHANGED
@@ -99,10 +99,10 @@ def orchestrate_workflow(client, url):
|
|
99 |
st.markdown(
|
100 |
"""
|
101 |
<style>
|
102 |
-
.title { text-align: center; font-size:
|
103 |
-
.description { text-align: center; font-size: 1.
|
104 |
.button-container { text-align: center; }
|
105 |
-
.ack { font-size: 0.
|
106 |
</style>
|
107 |
""",
|
108 |
unsafe_allow_html=True,
|
|
|
99 |
st.markdown(
|
100 |
"""
|
101 |
<style>
|
102 |
+
.title { text-align: center; font-size: 2.5rem; font-weight: bold; }
|
103 |
+
.description { text-align: center; font-size: 1.0rem; color: #555; }
|
104 |
.button-container { text-align: center; }
|
105 |
+
.ack { font-size: 0.8rem; color: #888; text-align: center; }
|
106 |
</style>
|
107 |
""",
|
108 |
unsafe_allow_html=True,
|