import streamlit as st from summarize_doc.app.setupview import setup_view def main(): setup_view() if __name__ == '__main__': main()