Skip to content

Commit 961669a

Browse files
committed
fixes
1 parent 18c22d3 commit 961669a

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

pcweb/pages/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,19 @@
33
from .databricks import databricks as databricks
44
from .blog import blog_routes
55
from .customers.data.customers import customers_routes
6-
from .customers.data.customers import customers_routes
7-
from .customers.landing import customers as customers
86
from .customers.landing import customers as customers
97
from .docs import doc_routes
108
from .errors import errors as errors
11-
from .errors import errors as errors
129
from .faq import faq as faq
1310
from .framework.framework import framework as framework
1411
from .gallery import gallery as gallery
15-
from .gallery import gallery as gallery
16-
from .gallery.apps import gallery_apps_routes
1712
from .gallery.apps import gallery_apps_routes
1813
from .hosting.hosting import hosting_landing as hosting_landing
19-
from .hosting.hosting import hosting_landing as hosting_landing
2014
from .landing.landing import landing as landing
2115
from .page404 import page404 as page404
22-
from .page404 import page404 as page404
2316
from .pricing.pricing import pricing as pricing
2417

2518
# from .hosting_countdown.hosting_countdown import hosting_countdown as hosting_countdown
26-
from .pricing.pricing import pricing as pricing
27-
from .sales import sales as sales
2819
from .sales import sales as sales
2920

3021
routes = [

pcweb/pages/databricks/databricks.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ import reflex as rx
33
from reflex_image_zoom import image_zoom
44
```
55

6-
# Reflex x Databricks
6+
## Databricks Integration with Reflex
77

8-
## Build AI/Data Apps, Fast.
8+
### Build AI/Data Apps, Fast.
99

1010
<div class="p-1 my-4 rounded-lg bg-slate-5">
1111
<iframe
1212
width="100%"
1313
height="400"
1414
src="https://www.youtube.com/embed/i4YCRxGiROU "
15-
title="Reflex Build - IDE"
15+
title="Databricks Demo"
1616
frameborder="0"
1717
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
1818
allowfullscreen>
1919
</iframe>
2020
</div>
2121

22-
## Reflex AI Builder
22+
Build reactive web apps, interactive dashboards, and AI-powered tools using familiar Python syntax. Deploy anywhere with built-in hosting or export to popular platforms.
2323

24-
### Prompt to Production app, in seconds, all in pure Python
24+
### Prompt to Production - All in Python
2525

26-
[AI App Builder](reflex.build) similar to [Lovable.dev](https://lovable.dev/) and [Bolt.new](https://bolt.new/) for enterprise apps for data in Databricks
26+
[AI App Builder](https://build.reflex.dev/) similar to [Lovable.dev](https://lovable.dev/) and [Bolt.new](https://bolt.new/) for enterprise apps for data in Databricks
2727

2828
- Connect to company data sources
2929
- Build Data apps with prompting
@@ -34,7 +34,7 @@ from reflex_image_zoom import image_zoom
3434

3535
### Setup Guide
3636

37-
For a detailed setup guide on how to integrate your Databricks app with REflex and Reflex Build, visit [Databricks Setup with AI Builder and Deploy](https://www.notion.so/Databricks-Setup-with-AI-Builder-and-Deploy-206024b7336e80f6adaed0acc818033a?pvs=21)
37+
For a detailed setup guide on how to integrate your Databricks app with Reflex and Reflex Build, visit [Databricks Setup with AI Builder and Deploy](https://www.notion.so/Databricks-Setup-with-AI-Builder-and-Deploy-206024b7336e80f6adaed0acc818033a?pvs=21)
3838

3939
### Features of Reflex Build
4040

@@ -48,16 +48,16 @@ For a detailed setup guide on how to integrate your Databricks app with REflex a
4848

4949
### Testimonials
5050

51-
1. "Reflex made it really easy to focus on building my app with Python and integrate the components I needed without the hassle of learning new front-end frameworks. I can just focus on one language and get it done. It also integrates seamlessly with Microsoft Azure through the use of container apps, app service, Application Gateway, and Azure Front Door, making deployment and scaling smooth and efficient."
51+
- "Reflex made it really easy to focus on building my app with Python and integrate the components I needed without the hassle of learning new front-end frameworks. I can just focus on one language and get it done. It also integrates seamlessly with Microsoft Azure through the use of container apps, app service, Application Gateway, and Azure Front Door, making deployment and scaling smooth and efficient."
5252
*Lakshmi - Data Science Specialist at UNICEF*
5353

54-
2. “Reflex has been a game changer. In just a week, I had a demo up and running with excellent performance. It made the project feasible for my support team, helping us build a smooth, efficient interface.”
54+
- “Reflex has been a game changer. In just a week, I had a demo up and running with excellent performance. It made the project feasible for my support team, helping us build a smooth, efficient interface.”
5555
*JL - Principal Engineer at Dell*
5656

57-
3. “One person can do the job of two with Reflex, so it cut our cost in half. I am able to wear all the caps at once: Solution Architecture, UI/UX, front-end and back-end.”
57+
- “One person can do the job of two with Reflex, so it cut our cost in half. I am able to wear all the caps at once: Solution Architecture, UI/UX, front-end and back-end.”
5858
*Paolo - Principal Consultant at Autodesk*
5959

60-
4. “Migrating our cybersecurity app from Streamlit to Reflex has been excellent. We quickly built a unified interface connecting BigQuery, Salesforce, and PagerDuty for our 15+ team members. The ease of use and rapid development, supported by your responsive team, made it a great experience.”
60+
- “Migrating our cybersecurity app from Streamlit to Reflex has been excellent. We quickly built a unified interface connecting BigQuery, Salesforce, and PagerDuty for our 15+ team members. The ease of use and rapid development, supported by your responsive team, made it a great experience.”
6161
*Emanuele - Senior SOC Engineer at Fastly*
6262

6363

@@ -87,4 +87,4 @@ Enterprise Support
8787

8888
- **`Dedicated Support Channel`** - Direct line to Reflex Engineering team
8989
- **`3-Hour Response Time`** - Guaranteed response during business hours
90-
- **`Priority Issue Resolution`** - Fast-track support for partnership customers -->
90+
- **`Priority Issue Resolution`** - Fast-track support for partnership customers

0 commit comments

Comments
 (0)