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

update app

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -117,4 +117,8 @@ with gr.Blocks() as demo:
117
  )
118
 
119
  if __name__ == "__main__":
120
- demo.launch(theme=gr.themes.Citrus(), css=css, mcp_server=True, ssr_mode=False, show_error=True)
 
 
 
 
 
117
  )
118
 
119
  if __name__ == "__main__":
120
+ demo.launch(theme=gr.themes.Soft(
121
+ primary_hue="blue",
122
+ secondary_hue="indigo",
123
+ neutral_hue="slate",
124
+ ), css=css, mcp_server=True, ssr_mode=False, show_error=True)