OnlyTheTruth03 commited on
Commit
4552bef
·
verified ·
1 Parent(s): 382ce5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -144,10 +144,13 @@ with gr.Blocks(
144
 
145
  gr.HTML(
146
  """
147
- <div class="disclaimer">
148
- 📚 <strong>For students only.</strong>
 
 
149
  AstroBot explains astrological <em>concepts</em> drawn from your course materials.
150
- It does <strong>not</strong> make personal predictions or interpret individual birth charts.
 
151
  </div>
152
  """
153
  )
 
144
 
145
  gr.HTML(
146
  """
147
+ <div style="background-color:#3b3777; color:#f0eeff; border:1px solid #6c67c4;
148
+ border-radius:8px; padding:10px 16px; font-size:0.92rem;
149
+ margin-bottom:8px; line-height:1.6;">
150
+ 📚 <strong style="color:#ffffff;">For students only.</strong>
151
  AstroBot explains astrological <em>concepts</em> drawn from your course materials.
152
+ It does <strong style="color:#ffffff;">not</strong> make personal predictions
153
+ or interpret individual birth charts.
154
  </div>
155
  """
156
  )