bubuuunel commited on
Commit
bfb641f
·
verified ·
1 Parent(s): 93ce34b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ Here are some documents that are relevant to the question mentioned below.
83
  def predict(user_input,company):
84
  sample = {
85
  'user_input':user_input,
86
- 'company':company_input
87
  }
88
 
89
  filter = "dataset/"+company+"-10-k-2023.pdf"
 
83
  def predict(user_input,company):
84
  sample = {
85
  'user_input':user_input,
86
+ 'company':company
87
  }
88
 
89
  filter = "dataset/"+company+"-10-k-2023.pdf"