Update main.py
Browse files
main.py
CHANGED
|
@@ -13,7 +13,7 @@ async def generate(prompt):
|
|
| 13 |
def read_root():
|
| 14 |
return "Hello, I'm Linlada"
|
| 15 |
|
| 16 |
-
@app.get("/test/{hello}")
|
| 17 |
def hi(hello: str):
|
| 18 |
return "Text: {hello}"
|
| 19 |
|
|
|
|
| 13 |
def read_root():
|
| 14 |
return "Hello, I'm Linlada"
|
| 15 |
|
| 16 |
+
@app.get("/test/{hello}")
|
| 17 |
def hi(hello: str):
|
| 18 |
return "Text: {hello}"
|
| 19 |
|