SamiKoen commited on
Commit
4300c5d
·
verified ·
1 Parent(s): 3e34f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -469,6 +469,6 @@ css = """
469
  #chatbot { flex-grow: 1; overflow-y: auto; }
470
  """
471
 
472
- with gr.Blocks(css=css) as demo:
473
  if __name__ == "__main__":
474
  demo.launch(debug=True)
 
469
  #chatbot { flex-grow: 1; overflow-y: auto; }
470
  """
471
 
472
+
473
  if __name__ == "__main__":
474
  demo.launch(debug=True)