decodingdatascience commited on
Commit
741af02
·
verified ·
1 Parent(s): 4e77644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ interface = gr.Interface(
53
  fn=query_document,
54
  inputs=gr.Textbox(label="Enter your query", placeholder="Ask something about the essay..."),
55
  outputs=gr.Textbox(label="Response"),
56
- title="Ask Paul Graham (Powered by LlamaIndex + Pinecone)"
57
  )
58
 
59
  if __name__ == "__main__":
 
53
  fn=query_document,
54
  inputs=gr.Textbox(label="Enter your query", placeholder="Ask something about the essay..."),
55
  outputs=gr.Textbox(label="Response"),
56
+ title="HR Chat Bot"
57
  )
58
 
59
  if __name__ == "__main__":