kidcoconut's picture
copied demo files from project github task-5-deployment folder
b831e6f
raw
history blame
775 Bytes
'''
toExecute: (from root app folder) ... streamlit run app.py
'''
import streamlit as st
#from uix import lit_sidebar as lit_sideBar
import uix.lit_sidebar as litSideBar
#--- streamlit: specify title and logo
st.set_page_config(
page_title='Omdena Saudi Arabia - Liver HCC Diagnosis with XAI',
#page_icon='https://cdn.freebiesupply.com/logos/thumbs/1x/nvidia-logo.png',
layout="wide")
st.header("Omdena Saudi Arabia - Liver HCC Diagnosis with XAI")
st.markdown('---')
#--- streamlit: add a sidebar
litSideBar.init()
#if __name__ == '__main__':
# st.run("main:app", host="0.0.0.0", port=49300, reload=True)
# streamlit run app.py --server.port 49400 --server.maxUploadSize 2000
#aryPkg[moduleNames.index(page)].run()