yaleh commited on
Commit
fc89c2d
·
1 Parent(s): 48f5e34

Updated wording.

Browse files
Files changed (1) hide show
  1. 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 Sample Description", key="pull_sample_description",
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",