merethom commited on
Commit
5f8a07e
·
verified ·
1 Parent(s): 50b7d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -59,6 +59,8 @@ demo = gr.ChatInterface(
59
  ],
60
  )
61
 
 
 
62
 
63
  if __name__ == "__main__":
64
  demo.launch()
 
59
  ],
60
  )
61
 
62
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
63
+
64
 
65
  if __name__ == "__main__":
66
  demo.launch()