Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ qa_faq = StructuredTool.from_function(
|
|
| 35 |
- query (string) : the same input as the user input no more no less and dont translate it even if it is in another language.
|
| 36 |
|
| 37 |
Returns :
|
| 38 |
-
- string : the output as returned from the function in
|
| 39 |
"""
|
| 40 |
)
|
| 41 |
|
|
|
|
| 35 |
- query (string) : the same input as the user input no more no less and dont translate it even if it is in another language.
|
| 36 |
|
| 37 |
Returns :
|
| 38 |
+
- string : the output as returned from the function in french.
|
| 39 |
"""
|
| 40 |
)
|
| 41 |
|