tferhan commited on
Commit
0170dd9
1 Parent(s): 52eb555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 the language of the input if it is in french respond in french, if it is in arabic respond in arabic...
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