Zaman commited on
Commit
3e47a11
1 Parent(s): 5b8e566

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
  gr.HTML("Contact: mohamzaman@deloitte.com ngopidi@deloitte.com")
45
 
46
  chatbot = gr.Chatbot()
 
41
  with gr.Blocks() as demo:
42
  with gr.Row():
43
  gr.HTML("Chat on Earning calls using GPT")
44
+ with gr.Row():
45
  gr.HTML("Contact: mohamzaman@deloitte.com ngopidi@deloitte.com")
46
 
47
  chatbot = gr.Chatbot()