thomasdehaene commited on
Commit
24eaab5
1 Parent(s): b4fad3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def main() -> None:
100
  st.session_state.tc_text = fetch_file_contents(sample_choice)
101
  tc_text_input = st.text_area(
102
  value=st.session_state.tc_text,
103
- label='Terms & conditions content or specify an URL:',
104
  height=240
105
  )
106
 
100
  st.session_state.tc_text = fetch_file_contents(sample_choice)
101
  tc_text_input = st.text_area(
102
  value=st.session_state.tc_text,
103
+ label='Terms & conditions content or paste your own T&C:',
104
  height=240
105
  )
106