Spaces:
Sleeping
Sleeping
Commit
·
b9d02f2
1
Parent(s):
661c21e
Update README: Remove Gradio mention and clarify frontend technologies
Browse files
README.md
CHANGED
|
@@ -72,12 +72,11 @@ To run the AutoML application:
|
|
| 72 |
```bash
|
| 73 |
python app.py
|
| 74 |
```
|
| 75 |
-
|
| 76 |
|
| 77 |
## Technologies Used
|
| 78 |
|
| 79 |
* **Python:** Core programming language.
|
| 80 |
-
* **Gradio:** For building the interactive web interface.
|
| 81 |
* **HTML, CSS, JavaScript:** For the frontend development.
|
| 82 |
* **Git:** Version control.
|
| 83 |
* **Groq API:** For AI-powered functionalities (e.g., SQL assistant).
|
|
@@ -89,4 +88,4 @@ Contributions are welcome! Please feel free to fork the repository, create a new
|
|
| 89 |
|
| 90 |
## License
|
| 91 |
|
| 92 |
-
This project is licensed under the MIT License. See the `LICENSE` file for more details (if applicable).
|
|
|
|
| 72 |
```bash
|
| 73 |
python app.py
|
| 74 |
```
|
| 75 |
+
(Further instructions on how to access the web frontend would depend on how `app.py` serves it. If it's a Flask/Django app, it would typically mention a local server address.)
|
| 76 |
|
| 77 |
## Technologies Used
|
| 78 |
|
| 79 |
* **Python:** Core programming language.
|
|
|
|
| 80 |
* **HTML, CSS, JavaScript:** For the frontend development.
|
| 81 |
* **Git:** Version control.
|
| 82 |
* **Groq API:** For AI-powered functionalities (e.g., SQL assistant).
|
|
|
|
| 88 |
|
| 89 |
## License
|
| 90 |
|
| 91 |
+
This project is licensed under the MIT License. See the `LICENSE` file for more details (if applicable).
|