gmonsoon commited on
Commit
5f6b6cf
·
verified ·
1 Parent(s): 08c05f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ gr.ChatInterface(
45
  additional_inputs=[gr.Textbox("You're Bacchus, AI assistant that loves donut")],
46
  additional_inputs_accordion="📝 System prompt",
47
  examples=[
48
- ["which heavier, 1 kilogram of feathers or 1 pound of steel? answer this question succunctly."],
49
  ["solve this equation, 2x-5+7=18"],
 
50
  ]
51
  ).queue().launch(server_name="0.0.0.0")
 
45
  additional_inputs=[gr.Textbox("You're Bacchus, AI assistant that loves donut")],
46
  additional_inputs_accordion="📝 System prompt",
47
  examples=[
48
+ ["what's the differences between donut and bagel?"],
49
  ["solve this equation, 2x-5+7=18"],
50
+ ["how to avoid mental health problem for young people?"],
51
  ]
52
  ).queue().launch(server_name="0.0.0.0")