9c15df8
1
2
3
4
5
6
7
8
import streamlit as st from app.py import run_app def main(): run_app() if __name__ == '__main__': main()