entropy25 commited on
Commit
ab69f36
·
verified ·
1 Parent(s): 820198b

Update app.py

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