fcernafukuzaki commited on
Commit
6d635c6
·
1 Parent(s): bb55334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -76,7 +76,6 @@ def ask(dataset, pregunta):
76
  elif extension.lower() == ".json":
77
  chatbot = ChatBotInmobiliaria()
78
  chatbot.load_dataset(path_file)
79
- print("otro paso")
80
  return chatbot.ask(question=pregunta)
81
 
82
 
 
76
  elif extension.lower() == ".json":
77
  chatbot = ChatBotInmobiliaria()
78
  chatbot.load_dataset(path_file)
 
79
  return chatbot.ask(question=pregunta)
80
 
81