christophebourguignat commited on
Commit
22e1df4
1 Parent(s): ab57a2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,7 +57,8 @@ demo = gr.Interface(llm_response,
57
  label="Assureur 2",
58
  value="La Banque Postale"),
59
  gr.Textbox(label="Question",
60
- info="Quelques exemples ci-dessous :)"),
 
61
  gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4"],
62
  label="LLM",
63
  value="gpt-3.5-turbo",
 
57
  label="Assureur 2",
58
  value="La Banque Postale"),
59
  gr.Textbox(label="Question",
60
+ info="Quelques exemples ci-dessous :)",
61
+ value="Quel est le montant maximum couvert pour un litige ?"),
62
  gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4"],
63
  label="LLM",
64
  value="gpt-3.5-turbo",