Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
outputs=gr.components.Textbox(label="Classification Output"),
|
35 |
title="COFOG Level 1 Classification",
|
36 |
description=markdown_text,
|
37 |
-
|
38 |
)
|
39 |
|
40 |
# Run the interface
|
|
|
34 |
outputs=gr.components.Textbox(label="Classification Output"),
|
35 |
title="COFOG Level 1 Classification",
|
36 |
description=markdown_text,
|
37 |
+
allow_flagging="auto" # Enables flagging
|
38 |
)
|
39 |
|
40 |
# Run the interface
|