CoolFace
Apppublic

irshadtech10/Repo_Analyzer

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
main.py7 linesDownload Raw Back to root
1# NOTE: Keeping this so we don't have to redeploy the Streamlit app2from app import app3 4 5if __name__ == "__main__":6    app()7