From b2a7f9838de81ee69ee2c944600d22109ee91250 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 20 Mar 2025 01:17:04 +0000 Subject: [PATCH] Update streamlit_slop_with_models.py --- streamlit_slop_with_models.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/streamlit_slop_with_models.py b/streamlit_slop_with_models.py index 8c68465..88bb965 100644 --- a/streamlit_slop_with_models.py +++ b/streamlit_slop_with_models.py @@ -2,13 +2,14 @@ import streamlit as st import requests -BASE_URL = "http://localhost:31337" +# BASE_URL = "http://localhost:31337" +BASE_URL = "https://slop.unturf.com" def main(): st.title("SLOP Streamlit with Dynamic Models") st.markdown( - "[Explore API Documentation](http://localhost:31337/openapi/)", + "[Explore API Documentation](https://slop.unturf.com/openapi/)", unsafe_allow_html=True, ) page = st.sidebar.selectbox(