CreditCopilot / app.py
okara chidera
chore: refactored code
4e36c6c unverified
raw
history blame contribute delete
142 Bytes
from __future__ import annotations
from ui import create_interface
demo = create_interface()
if __name__ == "__main__":
demo.launch()