david-oplatka commited on
Commit
164a1be
·
verified ·
1 Parent(s): 60340be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
90
  gr.ChatInterface(
91
  fn = respond,
92
  description = cfg.description,
93
- css = css
94
  chatbot = chatbot
95
  )
96
 
 
90
  gr.ChatInterface(
91
  fn = respond,
92
  description = cfg.description,
93
+ css = css,
94
  chatbot = chatbot
95
  )
96