umair894 commited on
Commit
4c09a77
1 Parent(s): fd30186

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,6 +21,6 @@ label[data-testid="block-label"] {
21
  footer{display:none !important}
22
  """
23
  with gr.Blocks(css=css) as demo:
24
- chatbot = gr.ChatInterface(chat_response,theme=black)
25
 
26
  demo.launch(share=True)
 
21
  footer{display:none !important}
22
  """
23
  with gr.Blocks(css=css) as demo:
24
+ chatbot = gr.ChatInterface(chat_response)
25
 
26
  demo.launch(share=True)