bubuuunel commited on
Commit
eeb1057
1 Parent(s): 8930d4f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,8 +85,8 @@ Here are some documents that are relevant to the question mentioned below.
85
  # Define the predict function that runs when 'Submit' is clicked or when a API request is made
86
  def predict(user_input,company):
87
  sample = {
88
- 'user_input'=user_input,
89
- 'company'=company
90
  }
91
 
92
  filter = "dataset/"+company+"-10-k-2023.pdf"
 
85
  # Define the predict function that runs when 'Submit' is clicked or when a API request is made
86
  def predict(user_input,company):
87
  sample = {
88
+ 'user_input':user_input,
89
+ 'company':company
90
  }
91
 
92
  filter = "dataset/"+company+"-10-k-2023.pdf"