Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,14 +18,7 @@ https://docs.streamlit.io/library/get-started/installation
|
|
| 18 |
|
| 19 |
```shell
|
| 20 |
$ python -m venv .venv
|
|
|
|
| 21 |
$ pip install streamlit
|
| 22 |
$ python3 app.py
|
| 23 |
```
|
| 24 |
-
|
| 25 |
-
There are 4 special promts:
|
| 26 |
-
- `db`: returns a list of the table names
|
| 27 |
-
- `db:<table>`: loads the table `<table>` and returns a chart where:
|
| 28 |
-
- x: column `case_id`
|
| 29 |
-
- y: random column from table
|
| 30 |
-
- `line chart`: a randomly generated line chart
|
| 31 |
-
- `circle chart`: a randomly generated circle chart
|
|
|
|
| 18 |
|
| 19 |
```shell
|
| 20 |
$ python -m venv .venv
|
| 21 |
+
$ source .venv/bin/activate
|
| 22 |
$ pip install streamlit
|
| 23 |
$ python3 app.py
|
| 24 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|