From 3d81a429a2a263d02662648b7032fa11de4c6095 Mon Sep 17 00:00:00 2001 From: 92username <115041664+92username@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:45:00 -0300 Subject: [PATCH] add clickable link to vps --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8261c97..e3cd4e9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ This app generates programming exercises based on difficulty levels, using ChatGPT to provide personalized content. Users can select the number of exercises for each difficulty level, making it easy to practice and learn. +## Access the App + +The app is 100% functional and can be accessed by clicking the badge below: + +[![Hostinger](https://img.shields.io/badge/Hostinger-673DE6?style=for-the-badge&logo=hostinger&logoColor=white)](http://147.79.82.234:8501/) + + ## Requirements - Python 3.10+ @@ -58,12 +65,6 @@ Follow the steps below to install and run the app: Select the programming language, specific topic (e.g., lists, functions), and set the number of exercises for each difficulty level. The app will then generate exercises based on your selections. -## Access the App - -The app is 100% functional and can be accessed by clicking the link below: - -[Streamlit App Link](https://exercicios-programacao-gpt.streamlit.app/) - ## Run Locally To run the app locally, you need to provide an OpenAI API key.