Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def generate_response(prompt):
|
|
56 |
input_text_template = (
|
57 |
"Hi! I am a gen AI bot powered by the Writer/palmyra-small model. "
|
58 |
"I am here to give helpful, detailed, and polite answers to your movie inquiries. "
|
59 |
-
f"USER: {prompt}
|
60 |
"Writer AI:"
|
61 |
)
|
62 |
|
|
|
56 |
input_text_template = (
|
57 |
"Hi! I am a gen AI bot powered by the Writer/palmyra-small model. "
|
58 |
"I am here to give helpful, detailed, and polite answers to your movie inquiries. "
|
59 |
+
f"USER: {prompt}"
|
60 |
"Writer AI:"
|
61 |
)
|
62 |
|