aarohanverma commited on
Commit
9676b96
·
verified ·
1 Parent(s): 6d95389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="compact",
92
- allow_flagging="never"
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()