Spaces:
Running
Running
Update app.py
Browse files
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 (
|
| 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():
|