HaarisIqubal's picture
Synced repo using 'sync_with_huggingface' Github Action
c075e70 verified
raw
history blame contribute delete
143 Bytes
import streamlit as st
from summarize_doc.app.setupview import setup_view
def main():
setup_view()
if __name__ == '__main__':
main()