DeepActionPotential's picture
🚀 Initial upload of my app
49a4bb8 verified
raw
history blame contribute delete
188 Bytes
import joblib
import pandas as pd
from utils import get_kmers
from ui import build_ui
# 🔹 Entry point
if __name__ == "__main__":
demo = build_ui()
demo.launch()