Skip to content

Commit

Permalink
fix ui links (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou authored Jan 14, 2025
1 parent e6dd33c commit 535b2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pages/intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
st.markdown(
"""
For larger scale experiments you may need to use the API instead of the Streamlit UI.
- The API documentation for current set of Sotopia is [here](https://sotopia-lab--sotopia-fastapi-webapi-serve.modal.run/)
- The API documentation for current set of Sotopia is [here](https://sotopia-lab--sotopia-fastapi-webapi-serve.modal.run/docs)
- When you are hosting your own API, find it in `{YOUR_API_BASE}/docs`.
- Also see [Sotopia examples](https://github.com/sotopia-lab/sotopia/example) for more information.
- Also see [Sotopia examples](https://github.com/sotopia-lab/sotopia/tree/main/examples) for more information.
"""
)
st.markdown("Current API Base: " + st.session_state.API_BASE)

0 comments on commit 535b2cc

Please sign in to comment.