dnasafe commited on
Commit
0b150f9
1 Parent(s): f5f4d46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
64
  gr.Textbox("text", label="Raw data"),
65
  gr.Textbox("text", label="Encrypted data -- using private key"),
66
  gr.Textbox("text", label="Encrypted Result -- not readable by the third party without the private key"),
67
- gr.Textbox("text", label="Decrypted Result")
68
  ],
69
  title="Privacy Preserving Encrypted Query Demonstration",
70
 
 
64
  gr.Textbox("text", label="Raw data"),
65
  gr.Textbox("text", label="Encrypted data -- using private key"),
66
  gr.Textbox("text", label="Encrypted Result -- not readable by the third party without the private key"),
67
+ gr.Textbox("text", label="Decrypted Result -- total numbers of smokers in this DB")
68
  ],
69
  title="Privacy Preserving Encrypted Query Demonstration",
70