merethom commited on
Commit
db6d982
·
verified ·
1 Parent(s): 8c25a1b

Update app.py

Browse files

Changed to another theme (

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ demo = gr.ChatInterface(
58
  label="Top-p (nucleus sampling)",
59
  ),
60
  ],
61
- theme="ParityError/Interstellar" # Apply the custom theme
62
  )
63
 
64
  if __name__ == "__main__":
 
58
  label="Top-p (nucleus sampling)",
59
  ),
60
  ],
61
+ theme="allenai/gradio-theme" # Apply the custom theme
62
  )
63
 
64
  if __name__ == "__main__":