Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,10 @@ TITLE = "<h1><center>Chat with LLAMA3/center></h1>"
|
|
17 |
DESCRIPTION = '''
|
18 |
<div>
|
19 |
<h1 style="text-align: center;">Meta Llama3 8B</h1>
|
20 |
-
<p
|
21 |
-
<p
|
22 |
-
<p
|
|
|
23 |
</div>
|
24 |
'''
|
25 |
|
@@ -53,7 +54,7 @@ h1 {
|
|
53 |
}
|
54 |
"""
|
55 |
|
56 |
-
DEFAULT_SYSTEM = '''You are a expert endocrinologist and you are here to assist users with diabetes management, weight loss, and
|
57 |
|
58 |
|
59 |
CSS = """
|
|
|
17 |
DESCRIPTION = '''
|
18 |
<div>
|
19 |
<h1 style="text-align: center;">Meta Llama3 8B</h1>
|
20 |
+
<p>🤖 **WellnessWhiz**: Your 24/7 companion for diabetes management, weight loss, and overall wellbeing.</p>
|
21 |
+
<p>💡 Get instant, personalized answers to your health questions.</p>
|
22 |
+
<p>🌟 Whether you're looking for diet tips, exercise routines, or disease management strategies, WellnessWhiz is here to guide you towards a healthier lifestyle!</p>
|
23 |
+
<p>⚠️ *Disclaimer: WellnessWhiz provides general information only and is not a substitute for professional medical advice. Always consult with a qualified healthcare provider for personalized medical guidance.*</p>
|
24 |
</div>
|
25 |
'''
|
26 |
|
|
|
54 |
}
|
55 |
"""
|
56 |
|
57 |
+
DEFAULT_SYSTEM = '''You are a expert endocrinologist and you are here to assist users with diabetes management, weight loss, nutritional guidance and other medical needs. Your primary goal is to provide accurate, helpful information while maintaining an encouraging and supportive tone.'''
|
58 |
|
59 |
|
60 |
CSS = """
|