Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python/Plotly-AI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To get started, create a new virtual environment and install the required
dependencies

```commandline
pip instal -r requirements.txt
pip install -r requirements.txt
```

```python
Expand All @@ -47,8 +47,8 @@ python app.py
## Dependencies

This sample application is meant for illustration purposes only. The
application uses the follwing third-party dependencies:
application uses the following third-party dependencies:

* Plotly / Dash - https://github.com/plotly/dash - The MIT License (MIT)
* Tailwind CSS - https://github.com/tailwindlabs/tailwindcss - The MIT License (MIT)
* PySpark-AI - http://pyspark.ai/ - Apache 2.0 License
* PySpark-AI - http://pyspark.ai/ - Apache 2.0 License
8 changes: 4 additions & 4 deletions python/Plotly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ All you need to get started is a Databricks cluster and this simple Python
application. The dataset used in this application is the standard Databricks `samples`
dataset.

To get started, create a new virtual environment and install the reuired
To get started, create a new virtual environment and install the required
dependencies

```commandline
pip instal -r requirements.txt
pip install -r requirements.txt
```

```python
Expand Down Expand Up @@ -49,7 +49,7 @@ python app.py
## Dependencies

This sample application is meant for illustration purposes only. The
application uses the follwing third-party dependencies:
application uses the following third-party dependencies:

* Plotly / Dash - https://github.com/plotly/dash - The MIT License (MIT)
* Tailwind CSS - https://github.com/tailwindlabs/tailwindcss - - The MIT License (MIT)
* Tailwind CSS - https://github.com/tailwindlabs/tailwindcss - - The MIT License (MIT)