filipsedivy commited on
Commit
379c6ae
·
1 Parent(s): eb5eb52

Add examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -56,9 +56,9 @@ demo = gr.ChatInterface(
56
  gr.Slider(minimum=0.1, maximum=10, value=1.5, step=0.1, label="Repetition penalty"),
57
  ],
58
  examples=[
59
- {"text": "What types of roles are in the system?"},
60
- {"text": "How to import records into stock receipts in Boost.space?"},
61
- {"text": "Is it possible to create a PDF export from the product?"}
62
  ],
63
  )
64
 
 
56
  gr.Slider(minimum=0.1, maximum=10, value=1.5, step=0.1, label="Repetition penalty"),
57
  ],
58
  examples=[
59
+ "What types of roles are in the system?",
60
+ "How to import records into stock receipts in Boost.space?",
61
+ "Is it possible to create a PDF export from the product?",
62
  ],
63
  )
64