hexanovapixel commited on
Commit
7a3ee34
·
verified ·
1 Parent(s): 3fc73ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def respond(message, history):
14
  return "Ask me something 😊"
15
 
16
  output = query({
17
- "inputs": "Explain clearly like a tutor: " + message
18
  })
19
 
20
  try:
 
14
  return "Ask me something 😊"
15
 
16
  output = query({
17
+ "inputs": "Explain in Spanish like a fun and friendly teacher who uses simple words: " + message
18
  })
19
 
20
  try: