Update app.py
Browse files
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
|
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...",
|