Update app.py
Browse files
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"{
|
| 64 |
],
|
| 65 |
),
|
| 66 |
]
|
|
|
|
| 60 |
types.Content(
|
| 61 |
role="user",
|
| 62 |
parts=[
|
| 63 |
+
types.Part.from_text(text=f"{input_text}"),
|
| 64 |
],
|
| 65 |
),
|
| 66 |
]
|