Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,10 +144,13 @@ with gr.Blocks(
|
|
| 144 |
|
| 145 |
gr.HTML(
|
| 146 |
"""
|
| 147 |
-
<div
|
| 148 |
-
|
|
|
|
|
|
|
| 149 |
AstroBot explains astrological <em>concepts</em> drawn from your course materials.
|
| 150 |
-
It does <strong>not</strong> make personal predictions
|
|
|
|
| 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 |
)
|