prithivMLmods commited on
Commit
0e8ffe7
·
verified ·
1 Parent(s): 8681d9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def generate(
43
  demo = gr.ChatInterface(
44
  fn=generate,
45
  title="",
46
- theme="xiaobaiyuan/theme_brief"
47
  )
48
 
49
  demo.queue().launch(show_api=False)
 
43
  demo = gr.ChatInterface(
44
  fn=generate,
45
  title="",
46
+ theme="bethecloud/storj_theme"
47
  )
48
 
49
  demo.queue().launch(show_api=False)