Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def generate(input_text):
|
|
| 72 |
types.Content(
|
| 73 |
role="user",
|
| 74 |
parts=[
|
| 75 |
-
types.Part.from_text(text=f"input_text {route}",
|
| 76 |
],
|
| 77 |
),
|
| 78 |
]
|
|
|
|
| 72 |
types.Content(
|
| 73 |
role="user",
|
| 74 |
parts=[
|
| 75 |
+
types.Part.from_text(text=f"input_text {route}"),
|
| 76 |
],
|
| 77 |
),
|
| 78 |
]
|