Skip to content

Commit 388bc83

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
small fix
1 parent ea873de commit 388bc83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pcweb/pages/use_cases/use_cases.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
Organizations across industries use **Reflex** to build internal tools, dashboards, and AI-driven applications—all in pure Python. From finance to healthcare, Reflex helps teams move faster by simplifying full-stack development.
44

5-
5+
```python exec
6+
import reflex as rx
7+
from reflex_image_zoom import image_zoom
8+
```
69

710
### 1. Database Admin & CRUD
811

0 commit comments

Comments
 (0)