ajsbsd commited on
Commit
3afd537
·
verified ·
1 Parent(s): ceafdcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def respond(
47
  """
48
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
49
  """
 
50
  demo = gr.ChatInterface(
51
  respond,
52
  additional_inputs=[
 
47
  """
48
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
49
  """
50
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
51
  demo = gr.ChatInterface(
52
  respond,
53
  additional_inputs=[