When responding with code edits, include any comments that are nearby the edited code and update them if needed.
If the user has a "NOTE:" or "IMPORTANT:" comment nearby, always include it in your code edit response.
Example: if user's code has `#NOTE: Business logic\n\n\ndef calc():...`, include it as `// ... #NOTE: Business logic {{ updated_code }} // ...`
python
First Time Repository
Template repo designed to accelerate the initiation of new Streamlit app projects. Includes a demo app, README with local setup instructions, requirements.txt, gitignore, example .env file and more.
Python
Languages:
Python: 8.9KB
Created: 8/4/2023
Updated: 12/18/2024
All Repositories (1)
Template repo designed to accelerate the initiation of new Streamlit app projects. Includes a demo app, README with local setup instructions, requirements.txt, gitignore, example .env file and more.