Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ with demo:
|
|
274 |
gr.Markdown("## Step 4: Receive the encrypted output from the server and decrypt.")
|
275 |
gr.Markdown(
|
276 |
"""
|
277 |
-
🔔 You will receive
|
278 |
"""
|
279 |
)
|
280 |
|
@@ -292,7 +292,7 @@ with demo:
|
|
292 |
|
293 |
gr.Markdown(
|
294 |
"""
|
295 |
-
You now know that it is possible to detect bank fraud without
|
296 |
"""
|
297 |
)
|
298 |
|
|
|
274 |
gr.Markdown("## Step 4: Receive the encrypted output from the server and decrypt.")
|
275 |
gr.Markdown(
|
276 |
"""
|
277 |
+
🔔 You will receive an encrypted notification from the server! Is this a Fraud? The message is decrypted by pressing the button.
|
278 |
"""
|
279 |
)
|
280 |
|
|
|
292 |
|
293 |
gr.Markdown(
|
294 |
"""
|
295 |
+
You now know that it is possible to detect bank fraud without revealing your personal information.
|
296 |
"""
|
297 |
)
|
298 |
|