mattritchey commited on
Commit
2c891f7
1 Parent(s): 0ed2ee7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -16,8 +16,7 @@ def root():
16
  return {"API": "Sum of 2 Squares"}
17
 
18
  @app.get('/Predict_Sepsis')
19
- async def predict(number_1: int,
20
- number_2: int,:
21
 
22
 
23
 
 
16
  return {"API": "Sum of 2 Squares"}
17
 
18
  @app.get('/Predict_Sepsis')
19
+ async def predict(number_1: int, number_2: int):
 
20
 
21
 
22