pierre Brault commited on
Commit
4694dc8
·
1 Parent(s): 9fbf01e

update description

Browse files
gossip_semantic_search/front/app.py CHANGED
@@ -34,7 +34,7 @@ def main():
34
  gr.Textbox(label="link"),
35
  gr.Textbox(label="context")],
36
  title="Gossip answering",
37
- description="Poser une question Gossip, peut-etre y'aura t'il la reponse"
38
  )
39
 
40
  iface.launch()
 
34
  gr.Textbox(label="link"),
35
  gr.Textbox(label="context")],
36
  title="Gossip answering",
37
+ description="Derrière chaque question, il y a un gossip qui attend d’être découvert."
38
  )
39
 
40
  iface.launch()