prithivMLmods commited on
Commit
1600c43
·
verified ·
1 Parent(s): b2d2790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -67,8 +67,7 @@ demo = gr.ChatInterface(
67
  ),
68
 
69
  ],
70
- css=css,
71
- theme="allenai/gradio-theme",
72
  )
73
  if __name__ == "__main__":
74
  demo.launch()
 
67
  ),
68
 
69
  ],
70
+ css=css
 
71
  )
72
  if __name__ == "__main__":
73
  demo.launch()