├── README.md ├── app.py ├── content └── App_Icon.png └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hrishikesh332/Code-Comment-Generator/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hrishikesh332/Code-Comment-Generator/HEAD/app.py -------------------------------------------------------------------------------- /content/App_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hrishikesh332/Code-Comment-Generator/HEAD/content/App_Icon.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | google-generativeai --------------------------------------------------------------------------------