Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -446,7 +446,7 @@ with gr.Blocks(title="Dr. Ayur - Conversational AI", theme=gr.themes.Soft()) as
|
|
446 |
)
|
447 |
gr.HTML("""
|
448 |
<div style="text-align: center; margin-top: 20px; padding: 15px;
|
449 |
-
background: #
|
450 |
<p><strong>🌟 This is a truly conversational AI!</strong> It understands context, asks follow-up questions, and has natural conversations about your health.</p>
|
451 |
<p><strong>Disclaimer:</strong> Dr. Ayur provides educational information only. Always consult qualified practitioners for medical concerns.</p>
|
452 |
</div>
|
|
|
446 |
)
|
447 |
gr.HTML("""
|
448 |
<div style="text-align: center; margin-top: 20px; padding: 15px;
|
449 |
+
background: #000000; border-radius: 10px;">
|
450 |
<p><strong>🌟 This is a truly conversational AI!</strong> It understands context, asks follow-up questions, and has natural conversations about your health.</p>
|
451 |
<p><strong>Disclaimer:</strong> Dr. Ayur provides educational information only. Always consult qualified practitioners for medical concerns.</p>
|
452 |
</div>
|