Tonic commited on
Commit
3109f0f
1 Parent(s): 2a6fab6

Update app.py

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