Spaces:
Sleeping
Sleeping
Johnyquest7
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,14 +9,13 @@ from threading import Thread
|
|
9 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
10 |
|
11 |
|
12 |
-
TITLE = "<h1><center>Chat with
|
13 |
|
14 |
|
15 |
|
16 |
|
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>
|
|
|
9 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
10 |
|
11 |
|
12 |
+
TITLE = "<h1><center>Chat with WellnessWhiz/center></h1>"
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
DESCRIPTION = '''
|
18 |
<div>
|
|
|
19 |
<p>🤖 **WellnessWhiz**: Your 24/7 companion for diabetes management, weight loss, and overall wellbeing.</p>
|
20 |
<p>💡 Get instant, personalized answers to your health questions.</p>
|
21 |
<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>
|