adrianoL commited on
Commit
41b16f3
·
verified ·
1 Parent(s): 6f88c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ except Exception as e:
8
  print(f"Erro ao carregar o modelo: {e}")
9
  exit(1)
10
 
11
- # Dicionário com perguntas e contextos - MOVIDO PARA ANTES DA CRIAÇÃO DA INTERFACE
12
  contextos = {
13
  "How do I create an account?": "You can create an account by clicking on the 'Sign Up' button on our homepage...",
14
  "Which payment methods do you accept?": "We accept a wide range of payment methods including Visa, MasterCard...",
 
8
  print(f"Erro ao carregar o modelo: {e}")
9
  exit(1)
10
 
11
+ # Dicionário com perguntas e contextos
12
  contextos = {
13
  "How do I create an account?": "You can create an account by clicking on the 'Sign Up' button on our homepage...",
14
  "Which payment methods do you accept?": "We accept a wide range of payment methods including Visa, MasterCard...",