prithivMLmods commited on
Commit
64f1aea
·
verified ·
1 Parent(s): aa99bc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ def generate(
50
 
51
  demo = gr.ChatInterface(
52
  fn=generate,
 
53
  title="",
54
  theme="allenai/gradio-theme"
55
  )
 
50
 
51
  demo = gr.ChatInterface(
52
  fn=generate,
53
+ css=css,
54
  title="",
55
  theme="allenai/gradio-theme"
56
  )