mgokg commited on
Commit
dc11235
·
verified ·
1 Parent(s): 08cf7b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate(input_text):
60
  types.Content(
61
  role="user",
62
  parts=[
63
- types.Part.from_text(text=f"{route} {input_text}"),
64
  ],
65
  ),
66
  ]
 
60
  types.Content(
61
  role="user",
62
  parts=[
63
+ types.Part.from_text(text=f"{input_text}"),
64
  ],
65
  ),
66
  ]