import streamlit as st from app.py import run_app def main(): run_app() if __name__ == '__main__': main()