coadyo commited on
Commit
75d8317
·
verified ·
1 Parent(s): 05505f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -61,6 +61,8 @@ with gr.Blocks(title=title) as demo:
61
  label = gr.Label(label = "Predicted Label")
62
  local_plot = gr.Plot(label = 'Shap:')
63
 
 
 
64
 
65
  submit_btn.click(
66
  main_func,
 
61
  label = gr.Label(label = "Predicted Label")
62
  local_plot = gr.Plot(label = 'Shap:')
63
 
64
+ with gr.Blocks(theme=gr.themes.Default(primary_hue="red", secondary_hue="blue", neutral_hue="cyan")) as demo:
65
+
66
 
67
  submit_btn.click(
68
  main_func,