jbraha commited on
Commit
a07ca53
1 Parent(s): 53cde99

dummy commit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ input = st.text_area("insert text to be analyzed", value="Nice to see you today.
20
  height=None, max_chars=None, key=None, help=None, on_change=None,
21
  args=None, kwargs=None, placeholder=None, disabled=False,
22
  label_visibility="visible")
 
23
  option = st.selectbox(
24
  'Choose a transformer model:',
25
  ('Default', 'Fine-Tuned' , 'Custom'))
 
20
  height=None, max_chars=None, key=None, help=None, on_change=None,
21
  args=None, kwargs=None, placeholder=None, disabled=False,
22
  label_visibility="visible")
23
+
24
  option = st.selectbox(
25
  'Choose a transformer model:',
26
  ('Default', 'Fine-Tuned' , 'Custom'))