Spaces:
Sleeping
Sleeping
dudegladiator
commited on
Commit
·
17cac46
1
Parent(s):
ce55a61
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ except:
|
|
20 |
|
21 |
reply = gr.Interface(
|
22 |
fn=ChatReply,
|
23 |
-
inputs=gr.Textbox(label="
|
24 |
outputs=gr.Textbox(label="Get a simple answer in return:"),
|
25 |
-
theme="
|
26 |
title="Explain things in simple way"
|
27 |
)
|
28 |
|
|
|
20 |
|
21 |
reply = gr.Interface(
|
22 |
fn=ChatReply,
|
23 |
+
inputs=gr.Textbox(label="Write any term", placeholder="E.g. Flutter?"),
|
24 |
outputs=gr.Textbox(label="Get a simple answer in return:"),
|
25 |
+
theme="Slate Yellow Dark",
|
26 |
title="Explain things in simple way"
|
27 |
)
|
28 |
|