tomrb commited on
Commit
b5fae80
1 Parent(s): 7a76b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,11 +4,11 @@ from transformers import BloomTokenizerFast, BloomForCausalLM
4
  import re
5
 
6
  description = """
7
- <img src="https://huggingface.co/spaces/tomrb/bettercallbloom/resolve/main/img.jpeg" width=200px class="center">
8
  When in legal doubt, you better call BLOOM! Ask BLOOM any legal question:
 
9
  """
10
  title = "Better Call Bloom!"
11
- examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
12
 
13
 
14
 
 
4
  import re
5
 
6
  description = """
7
+ <img src="https://huggingface.co/spaces/tomrb/bettercallbloom/resolve/main/img.jpeg" width=300px style="margin:auto;">
8
  When in legal doubt, you better call BLOOM! Ask BLOOM any legal question:
9
+ ***Advice here is for informational purposes only and should not be considered final or official advice. See a local attorney for the best answer to your questions.***
10
  """
11
  title = "Better Call Bloom!"
 
12
 
13
 
14