Update app.py
Browse files
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,
|