diff --git a/.gitignore b/.gitignore index 61525ea..7388c45 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *prompt.txt key.txt *.ipynb_checkpoints/* -*.csv \ No newline at end of file +*.csv +*.DS_store \ No newline at end of file diff --git a/README.md b/README.md index f79fa0e..1ad3095 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Powered by GPT-3 + +![](demo_ize.gif) + + + Upload your data to the web app and then simply ask questions about your data in plain english or ask it to create a chart. Ex: @@ -16,4 +21,5 @@ Ex: ### To run the app: `pip install -r requirements.txt` + `streamlit run streamlit_app.py` \ No newline at end of file diff --git a/demo_ize.gif b/demo_ize.gif new file mode 100644 index 0000000..3967d23 Binary files /dev/null and b/demo_ize.gif differ