Skip to content

Commit 461746e

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
fixes for removing man
1 parent 73e4e0e commit 461746e

File tree

3 files changed

+22
-31
lines changed

3 files changed

+22
-31
lines changed

pcweb/pages/use_cases/finance/views/features_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def features_2() -> rx.Component:
1515
"PythonIcon",
1616
"Python-first Flexibility",
1717
"Let Experts Build, Not Just Consume",
18-
"At Man Group, 50+ researchers write Python, not JavaScript. Reflex gives them a full-Python framework to create dashboards and model views without touching javascript front-end code, while the platform team wraps their internal design system.",
18+
"Quants and researchers write Python, not JavaScript. Reflex gives them a full-Python framework to create dashboards and model views without touching javascript front-end code.",
1919
),
2020
feature_card(
2121
"ShieldKeyIcon",

pcweb/pages/use_cases/finance/views/quotes.py

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,28 @@
66
def quotes() -> rx.Component:
77
return rx.el.section(
88
quote_card(
9-
"Automate Analytics for Internal AI Tools.",
10-
"Deploy Bank-Grade Internal Dashboards in Days, Not Months",
11-
"Léo's R&D team turned a rough prototype into a production-grade dashboard tracking usage of a GPT-powered internal chatbot. What used to require weeks of front-end work now ships in a couple of days, inside their internal AWS environment.",
12-
'"—It\'s like comparing a bike to a supercar. (Comparing Dash to Reflex)"',
13-
"FirstName LastName, Crédit Agricole CIB",
9+
"Replace brittle Tableau/Streamlit prototypes with production apps.",
10+
"Go straight from idea to production, without the “prototype then rebuild” cycle",
11+
"At the World Bank, teams were stuck jumping between Tableau dashboards, Streamlit prototypes, and custom JavaScript apps. With Reflex, they’re building production-grade data platforms from day one, including a chat-driven data app with AG Grid tables and an AI-powered legal assistant that lets 100+ lawyers and investigators query internal documents securely within the Bank's Azure environment.",
12+
'"You wouldn’t want to use Dash or Streamlit to build a real production-grade app… We have them go straight into Reflex."',
13+
"Data Developer, World Bank",
1414
),
1515
quote_card(
16-
"Automate Analytics for Internal AI Tools.",
17-
"Deploy Bank-Grade Internal Dashboards in Days, Not Months",
18-
"Léo's R&D team turned a rough prototype into a production-grade dashboard tracking usage of a GPT-powered internal chatbot. What used to require weeks of front-end work now ships in a couple of days, inside their internal AWS environment.",
19-
'"—It\'s like comparing a bike to a supercar. (Comparing Dash to Reflex)"',
20-
"FirstName LastName, Crédit Agricole CIB",
16+
"Ship fintech-grade SaaS without a front-end team.",
17+
"From YC prototype to fintech SaaS—with no React, Dash, or front-end hires",
18+
"Bayesline’s founders built a full fintech risk analytics platform on Reflex—wrapping AG Grid, handling hundreds of thousands of instruments, and delivering a UI indistinguishable from a hand-coded React app. Reflex gave them ~4x faster development vs learning React and about 50% less code than their previous Dash implementation, while keeping everything in Python and avoiding the need to hire a dedicated front-end engineer.",
19+
'"Using Reflex instead of Plotly Dash was like the difference between organized Legos and a plate of spaghetti."',
20+
"Sebastian, Founder, Bayesline",
2121
),
22-
quote_card(
23-
"Automate Analytics for Internal AI Tools.",
24-
"Deploy Bank-Grade Internal Dashboards in Days, Not Months",
25-
"Léo's R&D team turned a rough prototype into a production-grade dashboard tracking usage of a GPT-powered internal chatbot. What used to require weeks of front-end work now ships in a couple of days, inside their internal AWS environment.",
26-
'"—It\'s like comparing a bike to a supercar. (Comparing Dash to Reflex)"',
27-
"FirstName LastName, Crédit Agricole CIB",
28-
),
29-
quote_card(
30-
"Automate Analytics for Internal AI Tools.",
31-
"Deploy Bank-Grade Internal Dashboards in Days, Not Months",
32-
"Léo's R&D team turned a rough prototype into a production-grade dashboard tracking usage of a GPT-powered internal chatbot. What used to require weeks of front-end work now ships in a couple of days, inside their internal AWS environment.",
33-
'"—It\'s like comparing a bike to a supercar. (Comparing Dash to Reflex)"',
34-
"FirstName LastName, Crédit Agricole CIB",
22+
rx.el.div(
23+
quote_card(
24+
"Automate Analytics for Internal AI Tools.",
25+
"Deploy Bank-Grade Internal Dashboards in Days, Not Months",
26+
"At Crédit Agricole CIB, Léo's R&D team turned a rough prototype into a production-grade dashboard tracking usage of a GPT-powered internal chatbot. What used to require weeks of front-end work now ships in a couple of days, inside their internal AWS environment.",
27+
'"It\'s like comparing a bike to a supercar. (Comparing Dash to Reflex)"',
28+
"Léo, Tech Lead, R&D, Crédit Agricole CIB",
29+
),
30+
class_name="lg:col-span-2 lg:justify-self-center w-full lg:max-w-[42rem]",
3531
),
3632
class_name="grid lg:grid-cols-2 grid-cols-1 gap-4 mx-auto w-full max-w-[84.5rem] relative overflow-hidden",
3733
)

pcweb/pages/use_cases/finance/views/stats.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,15 @@ def stats() -> rx.Component:
1010
"Vs. legacy front-end stacks (Crédit Agricole CIB)",
1111
"10x",
1212
),
13-
stat_card(
14-
"Quant Researchers",
15-
"Building dashboards in Python (Man Group)",
16-
"50+",
17-
),
1813
stat_card(
1914
"Legal Professionals",
20-
"Using AI tools replacing Tableau (World Bank)",
15+
"Using AI tools replacing Streamlit (World Bank)",
2116
"100+",
2217
),
2318
stat_card(
2419
"Faster & 50% Less Code",
2520
"Vs. Dash/React for fintech analytics (Bayesline)",
2621
"4x",
2722
),
28-
class_name="grid lg:grid-cols-4 grid-cols-1 mx-auto w-full max-w-[64.19rem] lg:border-x border-slate-3 relative overflow-hidden border-t lg:divide-x divide-slate-3 max-lg:divide-y",
23+
class_name="grid lg:grid-cols-3 grid-cols-1 mx-auto w-full max-w-[64.19rem] lg:border-x border-slate-3 relative overflow-hidden border-t lg:divide-x divide-slate-3 max-lg:divide-y",
2924
)

0 commit comments

Comments
 (0)