Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|