80cols commited on
Commit
6585349
·
verified ·
1 Parent(s): c5703bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 a notification! Is this a Fraud? The message is decrypted by pressing the button.
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 knowing your personal information.
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