Spaces:
Sleeping
Sleeping
fix flagging
Browse files
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 |
-
|
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
|