Update streamlit_slop_with_models.py
This commit is contained in:
parent
16bd06718a
commit
b2a7f9838d
1 changed files with 3 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue