ka1kuk commited on
Commit
ff2c49e
1 Parent(s): 61d0503

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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