pabloce commited on
Commit
5e06030
·
verified ·
1 Parent(s): 6056775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ demo = gr.ChatInterface(
94
  block_background_fill_dark="*neutral_950",
95
  input_background_fill_dark="*neutral_950",
96
  message_border_radius="*radius_md"
97
- ),
98
- css=css
99
  )
100
 
101
  if __name__ == "__main__":
 
94
  block_background_fill_dark="*neutral_950",
95
  input_background_fill_dark="*neutral_950",
96
  message_border_radius="*radius_md"
97
+ )
 
98
  )
99
 
100
  if __name__ == "__main__":