sjsanchez commited on
Commit
deafae4
·
1 Parent(s): c2b5841

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
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
  ```