rota-app / app.py
akgodwin's picture
reroute to streamlit app
3febea9
raw history blame
No virus
371 Bytes
from pathlib import Path
import streamlit as st
PRED_BATCH_SIZE = 4
st.set_page_config(page_title="ROTA", initial_sidebar_state="collapsed")
st.markdown(":zap: The ROTA app is available for use at https://rti-rota.streamlit.app/ :zap:")
st.markdown(Path("ABOUT.md").read_text())
st.markdown(":zap: To use the ROTA app, go to https://rti-rota.streamlit.app/ :zap:")