Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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接口
|