CoolFace
Apppublic

Rxrohans/PayLens-Dev

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
app.py8 linesDownload Raw Back to root
1import subprocess2import sys3from pathlib import Path4 5# Add src to path and run the real app6sys.path.insert(0, str(Path(__file__).parent / "src"))7 8from app import *