Spaces:
Sleeping
Sleeping
File size: 371 Bytes
2be8263 3febea9 2be8263 3febea9 2be8263 3febea9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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:")
|