Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -592,11 +592,6 @@ function refresh() {
|
|
| 592 |
|
| 593 |
# Create the Gradio interface with light theme
|
| 594 |
with gr.Blocks(css=css, js=js, theme=gr.themes.Soft()) as demo:
|
| 595 |
-
gr.Markdown("""
|
| 596 |
-
<h2 style="text-align: center; font-size: 2.25rem; font-weight: 600;">
|
| 597 |
-
ShapleyRegression
|
| 598 |
-
</h2>
|
| 599 |
-
""")
|
| 600 |
|
| 601 |
gr.Markdown("Analysis showing what drives your target variable (Consideration, Trust, NPS, or Loyalty) using Factors 1-6")
|
| 602 |
|
|
|
|
| 592 |
|
| 593 |
# Create the Gradio interface with light theme
|
| 594 |
with gr.Blocks(css=css, js=js, theme=gr.themes.Soft()) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 595 |
|
| 596 |
gr.Markdown("Analysis showing what drives your target variable (Consideration, Trust, NPS, or Loyalty) using Factors 1-6")
|
| 597 |
|