Spaces:
Sleeping
Sleeping
Updated wording.
Browse files- app/streamlit_tab_app.py +1 -1
app/streamlit_tab_app.py
CHANGED
@@ -616,7 +616,7 @@ with tab_prompting:
|
|
616 |
|
617 |
col1_1, col1_2 = st.columns(2)
|
618 |
with col1_1:
|
619 |
-
pull_sample_description_button = st.button("Pull
|
620 |
on_click=pull_sample_description)
|
621 |
with col1_2:
|
622 |
st.button("Pull Output", key="copy_system_message",
|
|
|
616 |
|
617 |
col1_1, col1_2 = st.columns(2)
|
618 |
with col1_1:
|
619 |
+
pull_sample_description_button = st.button("Pull Scope Description", key="pull_sample_description",
|
620 |
on_click=pull_sample_description)
|
621 |
with col1_2:
|
622 |
st.button("Pull Output", key="copy_system_message",
|