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