umair894 commited on
Commit
3093da2
1 Parent(s): 714e389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ function refresh() {
34
  }
35
  }
36
  """
37
- with gr.Blocks(css=css, js = js_func) as demo:
38
  chatbot = gr.ChatInterface(chat_response)
39
 
40
  demo.launch(share=True)
 
34
  }
35
  }
36
  """
37
+ with gr.Blocks(css=css, js = js_func, theme="monochrome") as demo:
38
  chatbot = gr.ChatInterface(chat_response)
39
 
40
  demo.launch(share=True)