observedobserver commited on
Commit
2014936
1 Parent(s): 0bff2a2

doc: add hf

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -10,10 +10,13 @@ pinned: false
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">
 
 
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
+ Play a live demo on hugging face spaces: [play pygwalker](https://huggingface.co/spaces/observedobserver/pygwalker-gradio)
14
+
15
  Run the app
16
 
17
  ```bash
18
  python app.py
19
  ```
20
+ <a href="https://huggingface.co/spaces/observedobserver/pygwalker-gradio">
21
  <img width="1441" alt="pygwalker-dradio" src="https://github.com/ObservedObserver/gradio-walkthrough/assets/22167673/45a0cb53-360a-4dad-b0c9-e8583f938c99">
22
+ </a>