hexanovapixel commited on
Commit
52b4d37
·
verified ·
1 Parent(s): 137197a

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 in Spanish like a friendly tutor: " + message
18
  })
19
 
20
  # 🔥 MANEJO DE ERRORES BIEN HECHO
 
14
  return "Ask me something 😊"
15
 
16
  output = query({
17
+ "inputs": "Responde en español y explica de forma sencilla: " + message
18
  })
19
 
20
  # 🔥 MANEJO DE ERRORES BIEN HECHO