ubermenchh commited on
Commit
9e0554c
1 Parent(s): 32a7959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def infer(question):
39
  result = qa({'query': question})
40
  return result
41
 
42
- with gr.Blocks() as demo:
43
  with gr.Column():
44
  chatbot = gr.Chatbot([], elem_id='chatbot')
45
 
 
39
  result = qa({'query': question})
40
  return result
41
 
42
+ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
43
  with gr.Column():
44
  chatbot = gr.Chatbot([], elem_id='chatbot')
45