Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,12 +38,13 @@ examples = [
|
|
38 |
]
|
39 |
|
40 |
iface = gr.Interface(
|
41 |
-
theme='tonic
|
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()
|