ysharma HF staff commited on
Commit
5312e73
1 Parent(s): 8d3dea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,8 +22,7 @@ DESCRIPTION = '''
22
  PLACEHOLDER = """
23
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
24
  <img src="https://cdn-thumbnails.huggingface.co/social-thumbnails/models/mistralai/Mistral-7B-Instruct-v0.3.png" style="width: 70%; max-width: 550px; height: auto; opacity: 0.55; ">
25
- <h1 style="font-size: 20px; margin-bottom: 2px; opacity: 0.55;">Mistral-7B-Instruct-v0.3 is an instruct fine-tuned version of Mistral-7B-v0.3, which is Mistral-7B-v0.2 with extended vocabulary.</h1>
26
- <p style="font-size: 15px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
27
  </div>
28
  """
29
 
 
22
  PLACEHOLDER = """
23
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
24
  <img src="https://cdn-thumbnails.huggingface.co/social-thumbnails/models/mistralai/Mistral-7B-Instruct-v0.3.png" style="width: 70%; max-width: 550px; height: auto; opacity: 0.55; ">
25
+ <p style="font-size: 20px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
 
26
  </div>
27
  """
28