Spaces:
Running
Running
update ui
Browse files
src/pages/1_Chart_Generation.py
CHANGED
@@ -16,7 +16,7 @@ def main():
|
|
16 |
api_key = st.session_state.api_key
|
17 |
project_id = st.session_state.project_id
|
18 |
|
19 |
-
st.markdown('Using APIs: [
|
20 |
|
21 |
# Sidebar for API configuration
|
22 |
with st.sidebar:
|
|
|
16 |
api_key = st.session_state.api_key
|
17 |
project_id = st.session_state.project_id
|
18 |
|
19 |
+
st.markdown('Using APIs: [SQL Generation](https://wrenai.readme.io/reference/cloud_post_generate-sql), [Chart Generation](https://wrenai.readme.io/reference/cloud_post_generate-vega-chart)')
|
20 |
|
21 |
# Sidebar for API configuration
|
22 |
with st.sidebar:
|
src/pages/3_Metadata.py
CHANGED
@@ -16,7 +16,7 @@ def main():
|
|
16 |
api_key = st.session_state.api_key
|
17 |
project_id = st.session_state.project_id
|
18 |
|
19 |
-
st.markdown('Using APIs: [
|
20 |
|
21 |
# Get and display models
|
22 |
with st.spinner("π Loading models..."):
|
|
|
16 |
api_key = st.session_state.api_key
|
17 |
project_id = st.session_state.project_id
|
18 |
|
19 |
+
st.markdown('Using APIs: [Get models](https://wrenai.readme.io/reference/get_projects-projectid-models)')
|
20 |
|
21 |
# Get and display models
|
22 |
with st.spinner("π Loading models..."):
|