Update app.py
Browse files
app.py
CHANGED
|
@@ -200,7 +200,7 @@ class B2BCustomerAnalytics:
|
|
| 200 |
risk_dist = self.processed_df.groupby('customer_id')['Churn_Risk'].first().value_counts()
|
| 201 |
|
| 202 |
# Create modern horizontal dashboard
|
| 203 |
-
|
| 204 |
<div style="background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); padding: 2rem; border-radius: 1rem; color: white; margin-bottom: 2rem; text-align: center;">
|
| 205 |
<h1 style="font-size: 2.5rem; font-weight: bold; margin-bottom: 0.5rem;">
|
| 206 |
B2B Customer Analytics Platform
|
|
|
|
| 200 |
risk_dist = self.processed_df.groupby('customer_id')['Churn_Risk'].first().value_counts()
|
| 201 |
|
| 202 |
# Create modern horizontal dashboard
|
| 203 |
+
summary_html = f"""
|
| 204 |
<div style="background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); padding: 2rem; border-radius: 1rem; color: white; margin-bottom: 2rem; text-align: center;">
|
| 205 |
<h1 style="font-size: 2.5rem; font-weight: bold; margin-bottom: 0.5rem;">
|
| 206 |
B2B Customer Analytics Platform
|