Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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"
|