ML610 commited on
Commit
0a15ada
·
1 Parent(s): 0a65804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="user_prompt", placeholder="Ask your queries here...."),
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