Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ examples = [example_1, example_2]
|
|
36 |
|
37 |
UI = gr.Interface(
|
38 |
fn=complete,
|
39 |
-
inputs=gr.Textbox(label="
|
40 |
-
outputs=gr.Textbox(label="Assistant"),
|
41 |
title=title,
|
42 |
description=description,
|
43 |
examples=examples
|
|
|
36 |
|
37 |
UI = gr.Interface(
|
38 |
fn=complete,
|
39 |
+
inputs=gr.Textbox(label="User Query", placeholder="Ask your queries here...."),
|
40 |
+
outputs=gr.Textbox(label="Assistant Response"),
|
41 |
title=title,
|
42 |
description=description,
|
43 |
examples=examples
|