Wajahat698 commited on
Commit
5b36045
·
verified ·
1 Parent(s): a3fa52d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -593,7 +593,7 @@ function refresh() {
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
 
598
  # File upload section - REMOVED the analyze button
599
  with gr.Row():
 
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 (e.g NPS, Decisions) using Factors 1-6")
597
 
598
  # File upload section - REMOVED the analyze button
599
  with gr.Row():