Spaces:
Sleeping
Sleeping
Observed Observer
commited on
doc: update intro
Browse files
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
# gradio-walkthrough
|
2 |
|
3 |
## App 1: Visual Exploration of AirBnB Listings in NYC using [pygwalker](https://github.com/Kanaries/pygwalker)
|
4 |
-
> [pygwalker]() is a
|
5 |
|
6 |
Run the app
|
7 |
|
8 |
```bash
|
9 |
python app.py
|
10 |
-
```
|
|
|
|
|
|
1 |
# gradio-walkthrough
|
2 |
|
3 |
## App 1: Visual Exploration of AirBnB Listings in NYC using [pygwalker](https://github.com/Kanaries/pygwalker)
|
4 |
+
> [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.
|
5 |
|
6 |
Run the app
|
7 |
|
8 |
```bash
|
9 |
python app.py
|
10 |
+
```
|
11 |
+
|
12 |
+
<img width="1441" alt="pygwalker-dradio" src="https://github.com/ObservedObserver/gradio-walkthrough/assets/22167673/45a0cb53-360a-4dad-b0c9-e8583f938c99">
|