Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,8 @@ iface = gr.Interface(
|
|
88 |
outputs="text",
|
89 |
title="Text-to-SQL Generator",
|
90 |
description=guide_text,
|
91 |
-
theme="
|
92 |
-
|
93 |
)
|
94 |
|
95 |
iface.launch()
|
|
|
88 |
outputs="text",
|
89 |
title="Text-to-SQL Generator",
|
90 |
description=guide_text,
|
91 |
+
theme="default", # Use default theme to avoid loading warnings
|
92 |
+
flagging_mode="never" # Use flagging_mode instead of deprecated allow_flagging
|
93 |
)
|
94 |
|
95 |
iface.launch()
|