Spaces:
Runtime error
Runtime error
Commit
·
45cf431
1
Parent(s):
728baea
remove code2
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def Code_Runner(code_raw: str, lang: str='python'):
|
|
126 |
return output
|
127 |
|
128 |
Code_Runner(code_1)
|
129 |
-
Code_Runner(code_2)
|
130 |
|
131 |
async def TestCodeInterpret(CustomMessage:str):
|
132 |
# create a session
|
|
|
126 |
return output
|
127 |
|
128 |
Code_Runner(code_1)
|
129 |
+
# Code_Runner(code_2)
|
130 |
|
131 |
async def TestCodeInterpret(CustomMessage:str):
|
132 |
# create a session
|