jeremyarancio commited on
Commit
843ddde
Β·
1 Parent(s): e01620b

style: :art: Improve description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- ### You can review corrections generated by our model and validate or correct the predictions.\n
12
- Your feedback will be integrated to the OFF database!
13
 
14
- To update a product in the Open Food Facts database, you need to indicate your Open Food Facts username and password.
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
  )