Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ iface = gr.Interface(
|
|
246 |
description=markdown_text,
|
247 |
article=html_table,
|
248 |
allow_flagging="manual", # Enables flagging
|
249 |
-
flagging_options=["Incorect Level1", "Incorect Level2"
|
250 |
flagging_callback=hf_writer,
|
251 |
|
252 |
)
|
|
|
246 |
description=markdown_text,
|
247 |
article=html_table,
|
248 |
allow_flagging="manual", # Enables flagging
|
249 |
+
flagging_options=["Incorect Level1", "Incorect Level2"],
|
250 |
flagging_callback=hf_writer,
|
251 |
|
252 |
)
|