Spaces:
Running
Running
update links
Browse files- src/Home.py +4 -2
src/Home.py
CHANGED
@@ -9,10 +9,12 @@ st.set_page_config(
|
|
9 |
)
|
10 |
|
11 |
st.title("π Wren AI Cloud API Demo")
|
|
|
|
|
12 |
st.markdown(
|
13 |
"""
|
14 |
-
|
15 |
-
|
16 |
- API Documentation: https://wrenai.readme.io/reference/cloud-getting-started
|
17 |
- Demo Source Code: https://huggingface.co/spaces/getWrenAI/wrenai-cloud-api-demo/tree/main
|
18 |
"""
|
|
|
9 |
)
|
10 |
|
11 |
st.title("π Wren AI Cloud API Demo")
|
12 |
+
st.subheader("Please select a demo from the sidebar.")
|
13 |
+
st.divider()
|
14 |
st.markdown(
|
15 |
"""
|
16 |
+
**Resources:**
|
17 |
+
- Wren AI official website: https://getwren.ai/
|
18 |
- API Documentation: https://wrenai.readme.io/reference/cloud-getting-started
|
19 |
- Demo Source Code: https://huggingface.co/spaces/getWrenAI/wrenai-cloud-api-demo/tree/main
|
20 |
"""
|