ZennyKenny commited on
Commit
c6d6658
·
verified ·
1 Parent(s): b00ee37

fix flagging

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  outputs=gr.Textbox(label="Query Result"),
54
  title="SQL Query Executor",
55
  description="Enter SQL queries to interact with an in-memory SQLite database.",
56
- allow_flagging="never",
57
  )
58
 
59
  # Launch the app
 
53
  outputs=gr.Textbox(label="Query Result"),
54
  title="SQL Query Executor",
55
  description="Enter SQL queries to interact with an in-memory SQLite database.",
56
+ flagging_mode="never",
57
  )
58
 
59
  # Launch the app