prithivMLmods commited on
Commit
c00a69d
·
verified ·
1 Parent(s): a296f0d

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,4 +117,4 @@ with gr.Blocks() as demo:
117
  )
118
 
119
  if __name__ == "__main__":
120
- demo.launch(theme="bethecloud/storj_theme", css=css, mcp_server=True, ssr_mode=False, show_error=True)
 
117
  )
118
 
119
  if __name__ == "__main__":
120
+ demo.launch(theme=gr.themes.Citrus(), css=css, mcp_server=True, ssr_mode=False, show_error=True)