nruto commited on
Commit
43e7965
·
verified ·
1 Parent(s): cfaa395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ demo = gr.ChatInterface(
60
  label="Top-p (nucleus sampling)",
61
  ),
62
  ],
63
- css=css # Add the custom CSS here
64
  )
65
 
66
 
 
60
  label="Top-p (nucleus sampling)",
61
  ),
62
  ],
63
+
64
  )
65
 
66