Spaces:
Build error
Build error
Update variables.py
Browse files- variables.py +1 -1
variables.py
CHANGED
|
@@ -71,7 +71,7 @@ def process_tweets(file,embed_model,query):
|
|
| 71 |
chain_type_kwargs=chain_type_kwargs
|
| 72 |
)
|
| 73 |
|
| 74 |
-
result = chain({"query": query}
|
| 75 |
|
| 76 |
return result
|
| 77 |
|
|
|
|
| 71 |
chain_type_kwargs=chain_type_kwargs
|
| 72 |
)
|
| 73 |
|
| 74 |
+
result = chain({"query": query})
|
| 75 |
|
| 76 |
return result
|
| 77 |
|