Update streamlit_slop_with_models.py

This commit is contained in:
Russell Ballestrini 2025-03-20 01:17:04 +00:00
parent 16bd06718a
commit b2a7f9838d

View file

@ -2,13 +2,14 @@
import streamlit as st import streamlit as st
import requests import requests
BASE_URL = "http://localhost:31337" # BASE_URL = "http://localhost:31337"
BASE_URL = "https://slop.unturf.com"
def main(): def main():
st.title("SLOP Streamlit with Dynamic Models") st.title("SLOP Streamlit with Dynamic Models")
st.markdown( st.markdown(
"[Explore API Documentation](http://localhost:31337/openapi/)", "[Explore API Documentation](https://slop.unturf.com/openapi/)",
unsafe_allow_html=True, unsafe_allow_html=True,
) )
page = st.sidebar.selectbox( page = st.sidebar.selectbox(