Tonic commited on
Commit
95986fb
1 Parent(s): ced57ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,12 +38,13 @@ examples = [
38
  ]
39
 
40
  iface = gr.Interface(
41
- theme='tonic-greenblast',
42
  fn=ask_openai,
43
  inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
44
  outputs=gr.Markdown(),
45
  title="Wecome to Tonic's Bulbi Plant Doctor",
46
  description="""Introduce your plant below. Be as descriptive as possible. Respond with additional information when prompted. Save your plants with Bulbi Plant Doctor""",
 
47
  )
48
 
49
  iface.launch()
 
38
  ]
39
 
40
  iface = gr.Interface(
41
+ theme='tonic/greenblast',
42
  fn=ask_openai,
43
  inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
44
  outputs=gr.Markdown(),
45
  title="Wecome to Tonic's Bulbi Plant Doctor",
46
  description="""Introduce your plant below. Be as descriptive as possible. Respond with additional information when prompted. Save your plants with Bulbi Plant Doctor""",
47
+ examples=examples
48
  )
49
 
50
  iface.launch()