Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://github.com/ObservedObserver/gradio-walkthrough
Browse files
README.md
CHANGED
@@ -8,10 +8,12 @@ pinned: false
|
|
8 |
# gradio-walkthrough
|
9 |
|
10 |
## App 1: Visual Exploration of AirBnB Listings in NYC using [pygwalker](https://github.com/Kanaries/pygwalker)
|
11 |
-
> [pygwalker]() is a
|
12 |
|
13 |
Run the app
|
14 |
|
15 |
```bash
|
16 |
python app.py
|
17 |
-
```
|
|
|
|
|
|
8 |
# gradio-walkthrough
|
9 |
|
10 |
## App 1: Visual Exploration of AirBnB Listings in NYC using [pygwalker](https://github.com/Kanaries/pygwalker)
|
11 |
+
> [pygwalker]() is a Python library that turns your dataframe/data connection into an interactive visualization module that allows you to analysis the data with drag-and-drop/chat interface, like tableau/powerBI.
|
12 |
|
13 |
Run the app
|
14 |
|
15 |
```bash
|
16 |
python app.py
|
17 |
+
```
|
18 |
+
|
19 |
+
<img width="1441" alt="pygwalker-dradio" src="https://github.com/ObservedObserver/gradio-walkthrough/assets/22167673/45a0cb53-360a-4dad-b0c9-e8583f938c99">
|