Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ async def get_img(background_tasks: BackgroundTasks):
|
|
53 |
|
54 |
# 机器学习测试
|
55 |
# 多元线性回归
|
56 |
-
@app.post("/
|
57 |
async def mlr():
|
58 |
# 引入excel数据
|
59 |
# 可能存在空行问题,dropna(axis=0)删除空行
|
|
|
53 |
|
54 |
# 机器学习测试
|
55 |
# 多元线性回归
|
56 |
+
@app.post("/")
|
57 |
async def mlr():
|
58 |
# 引入excel数据
|
59 |
# 可能存在空行问题,dropna(axis=0)删除空行
|