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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  def execute(code, lang):
4
  match lang:
5
  case "Python":
6
- return "Python
7
  case _:
8
  return f"Code : {str(code)}\nTypeof lang : {str(type(lang))}\nLanguage : {str(lang)}"
9
 
 
3
  def execute(code, lang):
4
  match lang:
5
  case "Python":
6
+ return "Python"
7
  case _:
8
  return f"Code : {str(code)}\nTypeof lang : {str(type(lang))}\nLanguage : {str(lang)}"
9