DrishtiSharma commited on
Commit
a301bed
Β·
verified Β·
1 Parent(s): 445387e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: 3rem; font-weight: bold; }
103
- .description { text-align: center; font-size: 1.2rem; color: #555; }
104
  .button-container { text-align: center; }
105
- .ack { font-size: 0.9rem; color: #888; text-align: center; }
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,