Wajahat698 commited on
Commit
a3fa52d
·
verified ·
1 Parent(s): 38726d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
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