Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -337,7 +337,6 @@ if __name__ == "__main__":
|
|
| 337 |
|
| 338 |
extracted_vector = gr.JSON(
|
| 339 |
label="Extracted vector:",
|
| 340 |
-
interactive=False,
|
| 341 |
)
|
| 342 |
|
| 343 |
gr.Markdown("# 🔒 Step 4: Encrypt the file with the private key")
|
|
|
|
| 337 |
|
| 338 |
extracted_vector = gr.JSON(
|
| 339 |
label="Extracted vector:",
|
|
|
|
| 340 |
)
|
| 341 |
|
| 342 |
gr.Markdown("# 🔒 Step 4: Encrypt the file with the private key")
|