diff --git a/README.md b/README.md
index d546c68..b8e2cc4 100644
--- a/README.md
+++ b/README.md
@@ -10,24 +10,28 @@ By the way, thank you so much for `5k` stars and all the support!!
## Table of Contents
-
-- [To do list](#todo)
-- [Current Sites](#current-sites)
-- [Best Sites for gpt4](#best-sites)
-- [How to install](#install)
-- [Legal Notice](#legal-notice)
-- [Copyright](#copyright)
-
-
-- [Usage Examples](./README.md)
- - [`quora (poe)`](./quora/README.md)
- - [`phind`](./phind/README.md)
- - [`t3nsor`](./t3nsor/README.md)
- - [`writesonic`](./writesonic/README.md)
- - [`you`](./you/README.md)
- - [`sqlchat`](./sqlchat/README.md)
-
-- [replit Example (feel free to fork this repl)](#replit)
+| Section | Description | Link | Status |
+| ------- | ----------- | ---- | ------ |
+| **To do list** | List of tasks to be done | [](#todo) | - |
+| **Current Sites** | Current websites or platforms related to gpt4free | [](#current-sites) | - |
+| **Best Sites for gpt4** | Recommended websites or platforms for gpt4 | [](#best-sites) | - |
+| **Streamlit GPT4Free GUI** | Web-based graphical user interface for interacting with gpt4free | [](#streamlit-gpt4free-gui) | - |
+| **Docker** | Instructions on how to run gpt4free in a Docker container | [](#docker-instructions) | - |
+| **ChatGPT clone** | A ChatGPT clone with new features and scalability | [](https://chat.chatbot.sex/chat) | - |
+| **How to install** | Instructions on how to install gpt4free | [](#install) | - |
+| **Legal Notice** | Legal notice or disclaimer | [](#legal-notice) | - |
+| **Copyright** | Copyright information | [](#copyright) | - |
+| **Usage Examples** | | | |
+| `quora (poe)` | Example usage for quora | [](./quora/README.md) |  |
+| `phind` | Example usage for phind | [](./phind/README.md) |  |
+| `t3nsor` | Example usage for t3nsor | [](./t3nsor/README.md) |  |
+| `ora` | Example usage for ora | [](./ora/README.md) |  |
+| `writesonic` | Example usage for writesonic | [](./writesonic/README.md) |  |
+| `you` | Example usage for you | [](./you/README.md) | 
+| `sqlchat` | Example usage for sqlchat | [](./sqlchat/README.md) |  |
+| **Try it Out** | | | |
+| Google Colab Jupyter Notebook | Example usage for gpt4free | [](https://colab.research.google.com/github/DanielShemesh/gpt4free-colab/blob/main/gpt4free.ipynb) | - |
+| replit Example (feel free to fork this repl) | Example usage for gpt4free | [](https://replit.com/@gpt4free/gpt4free-webui) | - |
## Todo
@@ -43,6 +47,7 @@ By the way, thank you so much for `5k` stars and all the support!!
| Website | Model(s) |
| ---------------------------------------------------- | ------------------------------- |
+| [ora.sh](https://ora.sh) | GPT-3.5 / 4 |
| [poe.com](https://poe.com) | GPT-4/3.5 |
| [writesonic.com](https://writesonic.com) | GPT-3.5 / Internet |
| [t3nsor.com](https://t3nsor.com) | GPT-3.5 |
@@ -71,12 +76,12 @@ install requirements with:
pip3 install -r requirements.txt
```
-## To start gpt4free GUI
+## To start gpt4free GUI
move `streamlit_app.py` from `./gui` to the base folder
then run:
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
-## Docker
+## Docker
Build
```
docker build -t gpt4free:latest -f Docker/Dockerfile .
@@ -127,6 +132,3 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```
-
-## replit
-You can fork this repl to host your own ChatGPT-clone WebUI. https://replit.com/@gpt4free/gpt4free-webui