testnow720 commited on
Commit
75feb26
·
verified ·
1 Parent(s): c4815a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def execute(code, lang):
4
- match lang:
5
  case "Python":
6
  return "Python"
7
  case _:
 
1
  import gradio as gr
2
 
3
  def execute(code, lang):
4
+ match str(lang):
5
  case "Python":
6
  return "Python"
7
  case _: