Ezi Ozoani commited on
Commit
233837d
1 Parent(s): 5e19a4e

removing container arg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def output():
106
  res = ', '.join(st.session_state['n_keywords']) if st.session_state['n_keywords'] else 'No usage restrictions, free to use'
107
  display(content_placeholder, 'Restriction Tags', res)
108
 
109
- st.button(label='Check New Use Case', type='primary', on_click=reset, use_container_width=True)
110
 
111
  def read_license(spdx):
112
  """
 
106
  res = ', '.join(st.session_state['n_keywords']) if st.session_state['n_keywords'] else 'No usage restrictions, free to use'
107
  display(content_placeholder, 'Restriction Tags', res)
108
 
109
+ st.button(label='Check New Use Case', type='primary')#, on_click=reset, use_container_width=True)
110
 
111
  def read_license(spdx):
112
  """