Spaces:
Build error
Build error
Update app.py
Browse files
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=
|
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 |
|