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