Spaces:
Sleeping
Sleeping
| from dotenv import load_dotenv | |
| from backend.main import api | |
| # Load environment variables from .env file | |
| load_dotenv() | |
| # single callable WSGI app | |
| app = api | |
| from dotenv import load_dotenv | |
| from backend.main import api | |
| # Load environment variables from .env file | |
| load_dotenv() | |
| # single callable WSGI app | |
| app = api | |