unknown commited on
Commit
c2b73ae
·
1 Parent(s): 0fafd43

Fix Gradio Code language compatibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ def create_app():
307
 
308
  output = gr.Code(
309
  label="SQL Output",
310
- language="sql",
311
  lines=15
312
  )
313
 
 
307
 
308
  output = gr.Code(
309
  label="SQL Output",
310
+ language="python",
311
  lines=15
312
  )
313