Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ qa_faq = StructuredTool.from_function(
|
|
40 |
)
|
41 |
|
42 |
def request_data(query: str) -> str:
|
43 |
-
request = chain.invoke({"input": query})
|
44 |
mot_cle = nettoyer_string(request)
|
45 |
mots = mot_cle.split()
|
46 |
ui = mots[0]
|
|
|
40 |
)
|
41 |
|
42 |
def request_data(query: str) -> str:
|
43 |
+
request = chain.invoke({"input": query})
|
44 |
mot_cle = nettoyer_string(request)
|
45 |
mots = mot_cle.split()
|
46 |
ui = mots[0]
|