ctn8176 commited on
Commit
38e506d
·
verified ·
1 Parent(s): f31f247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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} (e.g., Oppenheimer, La La Land, Moonlight)"
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