Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,14 +55,15 @@ It features a live code editor, stdin simulation, and theme support for light an
|
|
| 55 |
|
| 56 |
### π Project Structure
|
| 57 |
|
| 58 |
-
|
| 59 |
-
βββ app.py
|
| 60 |
-
βββ
|
| 61 |
-
βββ
|
| 62 |
-
βββ
|
| 63 |
-
βββ utils.py
|
| 64 |
-
βββ requirements.txt
|
| 65 |
-
βββ README.md
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
---
|
|
|
|
| 55 |
|
| 56 |
### π Project Structure
|
| 57 |
|
| 58 |
+
Code_editor/
|
| 59 |
+
βββ app.py # Main Streamlit application
|
| 60 |
+
βββ chatbot.py # AI assistant logic using Groq + LangChain
|
| 61 |
+
βββ layout.py # Theme toggle and session state manager
|
| 62 |
+
βββ style.py # Centralized theme and CSS styling
|
| 63 |
+
βββ utils.py # Python code execution utilities
|
| 64 |
+
βββ requirements.txt # Python dependencies
|
| 65 |
+
βββ README.md # Project documentation
|
| 66 |
+
|
| 67 |
|
| 68 |
|
| 69 |
---
|