OuroborosM commited on
Commit
59f14fa
·
1 Parent(s): b3b9b76

Update app.py

Browse files

Enable code1 code2

Files changed (1) hide show
  1. app.py +2 -2
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
- # Code_Runner(code_1)
129
- # Code_Runner(code_2)
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