dongsheng commited on
Commit
49a93d3
·
verified ·
1 Parent(s): f88b6f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ def evaluate_code(code, language):
101
  }
102
 
103
  except Exception as e:
 
104
  return {"status": "Exception", "error": str(e)}
105
 
106
  # 创建Gradio接口
 
101
  }
102
 
103
  except Exception as e:
104
+ print(1)
105
  return {"status": "Exception", "error": str(e)}
106
 
107
  # 创建Gradio接口