Spaces:
Running
Running
Commit
·
1309dab
1
Parent(s):
efae727
Update feedback message in app.py
Browse files
app.py
CHANGED
@@ -26,10 +26,9 @@ Give it a try! Upload an image or enter a URL to an image and click
|
|
26 |
"""
|
27 |
|
28 |
NOTICE = """
|
29 |
-
See something off? Your feedback makes a difference! Let us know by
|
30 |
-
flagging any outcomes that don't seem right.
|
31 |
-
to submit the image for review.
|
32 |
-
agree to the use of your image for A.I. improvement purposes.
|
33 |
"""
|
34 |
|
35 |
css = """
|
|
|
26 |
"""
|
27 |
|
28 |
NOTICE = """
|
29 |
+
🚩 See something off? Your feedback makes a difference! Let us know by
|
30 |
+
flagging any outcomes that don't seem right. Click the `Flag` button
|
31 |
+
to submit the image for review.
|
|
|
32 |
"""
|
33 |
|
34 |
css = """
|