ayethuzar commited on
Commit
a418e52
·
unverified ·
1 Parent(s): f73ed0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.title('Can I Patent This?')
13
  # steamlit form
14
  #option = st.selectbox('Which patent file would you like to test?',('p1', 'p2', 'p3'))
15
 
16
- st.write(option)
17
 
18
  form = st.form(key='sentiment-form')
19
  user_input = form.text_area(label = 'Enter your text', value = "I love steamlit and hugging face!")
 
13
  # steamlit form
14
  #option = st.selectbox('Which patent file would you like to test?',('p1', 'p2', 'p3'))
15
 
16
+ #st.write(option)
17
 
18
  form = st.form(key='sentiment-form')
19
  user_input = form.text_area(label = 'Enter your text', value = "I love steamlit and hugging face!")