Commit
Β·
843ddde
1
Parent(s):
e01620b
style: :art: Improve description
Browse files
app.py
CHANGED
@@ -8,10 +8,10 @@ from utils import diff_texts
|
|
8 |
with gr.Blocks() as demo:
|
9 |
gr.Markdown(
|
10 |
"""# Ingredients Spellcheck π
|
11 |
-
###
|
12 |
-
Your feedback will be integrated to the
|
13 |
|
14 |
-
|
15 |
If you're not registered yet, you can do it [here](https://world.openfoodfacts.org/cgi/user.pl)!
|
16 |
"""
|
17 |
)
|
|
|
8 |
with gr.Blocks() as demo:
|
9 |
gr.Markdown(
|
10 |
"""# Ingredients Spellcheck π
|
11 |
+
### Review the Spellcheck corrections.\n
|
12 |
+
Your precious feedback will be integrated to the Open Food Facts database!
|
13 |
|
14 |
+
**Important:** Authenticate yourself using your Open Food Facts username and password to add modifications to a product.
|
15 |
If you're not registered yet, you can do it [here](https://world.openfoodfacts.org/cgi/user.pl)!
|
16 |
"""
|
17 |
)
|