Crackershoot commited on
Commit
f6fc25b
·
verified ·
1 Parent(s): 271eedc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,8 +112,8 @@ def query_doc(prompt):
112
  demo = gr.Interface(
113
  fn=query_doc,
114
  inputs=
115
- gr.Textbox(label="Ask Helen your HR-related question: ", lines = 10),
116
- outputs=gr.Textbox(label="Answer", lines = 10),
117
  title="Helen the DDS Enterprise Professional Chatbot",
118
  description="Ask HR questions based on the indexed HR documents. Powered by OpenAI, LlamaIndex & Pinecone.",
119
  examples=[
 
112
  demo = gr.Interface(
113
  fn=query_doc,
114
  inputs=
115
+ gr.Textbox(label="Ask Helen your HR-related question: ", lines = 5),
116
+ outputs=gr.Textbox(label="Answer", lines = 5),
117
  title="Helen the DDS Enterprise Professional Chatbot",
118
  description="Ask HR questions based on the indexed HR documents. Powered by OpenAI, LlamaIndex & Pinecone.",
119
  examples=[