vsj0702 commited on
Commit
966008e
Β·
verified Β·
1 Parent(s): 882d7fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
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 # Main Streamlit app
60
- β”œβ”€β”€ layout.py # Session init & dynamic theming
61
- β”œβ”€β”€ style.py # (optional) legacy theming logic
62
- β”œβ”€β”€ chatbot.py # AI assistant with memory & summary
63
- β”œβ”€β”€ utils.py # Code execution logic
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
  ---