Tonic commited on
Commit
db4a355
·
1 Parent(s): 694caf5

Update app.py

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