Zaman commited on
Commit
5b8e566
1 Parent(s): 8870fe7

added email addresses

Browse files
Files changed (1) hide show
  1. bot.py +1 -0
bot.py CHANGED
@@ -41,6 +41,7 @@ qa = ConversationalRetrievalChain.from_llm(
41
  with gr.Blocks() as demo:
42
  with gr.Row():
43
  gr.HTML("Chat on Earning calls using GPT")
 
44
 
45
  chatbot = gr.Chatbot()
46
  msg = gr.Textbox()
 
41
  with gr.Blocks() as demo:
42
  with gr.Row():
43
  gr.HTML("Chat on Earning calls using GPT")
44
+ gr.HTML("Contact: mohamzaman@deloitte.com ngopidi@deloitte.com")
45
 
46
  chatbot = gr.Chatbot()
47
  msg = gr.Textbox()