Repo_Analyzer / main.py
irshadtech10's picture
Upload 11 files
2f386cc verified
raw
history blame contribute delete
127 Bytes
# NOTE: Keeping this so we don't have to redeploy the Streamlit app
from app import app
if __name__ == "__main__":
app()