Spaces:
Running
Running
Update app.py
Browse files
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!")
|