Spaces:
Runtime error
Runtime error
Commit
·
e1e4df6
1
Parent(s):
d8f59b2
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def Code_Runner(code_raw: str, lang: str='python'):
|
|
125 |
print("Real Output: \n", output)
|
126 |
return output
|
127 |
|
128 |
-
Code_Runner(code_1)
|
129 |
# Code_Runner(code_2)
|
130 |
|
131 |
async def TestCodeInterpret(CustomMessage:str):
|
|
|
125 |
print("Real Output: \n", output)
|
126 |
return output
|
127 |
|
128 |
+
# Code_Runner(code_1)
|
129 |
# Code_Runner(code_2)
|
130 |
|
131 |
async def TestCodeInterpret(CustomMessage:str):
|