Spaces:
No application file
No application file
Delete api.py
Browse files
api.py
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
from fastapi import FastAPI
|
| 4 |
-
|
| 5 |
-
app = FastAPI()
|
| 6 |
-
|
| 7 |
-
@app.post("/double_number")
|
| 8 |
-
def double_number(number: float):
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
doubled_number = number * 2
|
| 13 |
-
|
| 14 |
-
return {"doubled_number": doubled_number}
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|