Spaces:
Runtime error
Runtime error
Commit
·
59f14fa
1
Parent(s):
b3b9b76
Update app.py
Browse filesEnable code1 code2
app.py
CHANGED
@@ -125,8 +125,8 @@ def Code_Runner(code_raw: str, lang: str='python'):
|
|
125 |
print("Real Output: \n", output)
|
126 |
return output
|
127 |
|
128 |
-
|
129 |
-
|
130 |
|
131 |
async def TestCodeInterpret(CustomMessage:str):
|
132 |
# create a session
|
|
|
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):
|
132 |
# create a session
|