Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ with gr.Blocks() as demo:
|
|
| 83 |
label="Presidio entities",
|
| 84 |
choices=sorted(analyzer.get_supported_entities()),
|
| 85 |
value=DEFAULT_PRESIDIO_ENTITIES,
|
| 86 |
-
|
| 87 |
),
|
| 88 |
]
|
| 89 |
button = gr.Button("Run Presidio Scan")
|
|
|
|
| 83 |
label="Presidio entities",
|
| 84 |
choices=sorted(analyzer.get_supported_entities()),
|
| 85 |
value=DEFAULT_PRESIDIO_ENTITIES,
|
| 86 |
+
interactive=True,
|
| 87 |
),
|
| 88 |
]
|
| 89 |
button = gr.Button("Run Presidio Scan")
|