merve HF staff commited on
Commit
43d8f7d
1 Parent(s): a24cd69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ if input:
75
 
76
  message_history.append({"text":input, "is_user" : True})
77
 
78
- model_answer = find_sentences("How can I extract information from invoices?")
79
 
80
  key_exists = False
81
  for key in link_dict:
 
75
 
76
  message_history.append({"text":input, "is_user" : True})
77
 
78
+ model_answer = find_sentences(input)
79
 
80
  key_exists = False
81
  for key in link_dict: