jcho02 commited on
Commit
a105982
·
1 Parent(s): 9c69cf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -48,7 +48,9 @@ feedback_interface = gr.Interface(
48
  gr.Textbox(label="Additional Comments"),
49
  gr.Textbox(label="New Input Query")
50
  ],
51
- outputs="text"
 
 
52
  )
53
 
54
  # Launch the interface
 
48
  gr.Textbox(label="Additional Comments"),
49
  gr.Textbox(label="New Input Query")
50
  ],
51
+ outputs="text",
52
+ title="Beta: Itell Guide Response Bot",
53
+ description = "This is an interface to test iTELL's guide on the side. Please be aware that responses can take up to 20 seconds"
54
  )
55
 
56
  # Launch the interface