Johnyquest7 commited on
Commit
794a42a
·
verified ·
1 Parent(s): e706c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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>This Space demonstrates the instruction-tuned model <a href="https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct"><b>Meta Llama3 8b Chat</b></a>. Meta Llama3 is the new open LLM and comes in two sizes: 8b and 70b. Feel free to play with it, or duplicate to run privately!</p>
21
- <p>🔎 For more details about the Llama3 release and how to use the model with <code>transformers</code>, take a look <a href="https://huggingface.co/blog/llama3">at our blog post</a>.</p>
22
- <p>🦕 Looking for an even more powerful model? Check out the <a href="https://huggingface.co/chat/"><b>Hugging Chat</b></a> integration for Meta Llama 3 70b</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 nutritional guidance. Your primary goal is to provide accurate, helpful information while maintaining an encouraging and supportive tone.'''
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 = """