irshadtech10/Repo_Analyzer
0
1# NOTE: Keeping this so we don't have to redeploy the Streamlit app2from app import app3 4 5if __name__ == "__main__":6 app()7 1# NOTE: Keeping this so we don't have to redeploy the Streamlit app2from app import app3 4 5if __name__ == "__main__":6 app()7