cyberandy commited on
Commit
3dac3c5
1 Parent(s): 1deb71c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def get_wikidata_id(entity_string):
27
 
28
  # Create the form
29
  with st.form(key='my_form'):
30
- text_input = st.text_input(label='Enter a sentence')
31
  submit_button = st.form_submit_button(label='Analyze')
32
 
33
  # Process the text and extract the entities
 
27
 
28
  # Create the form
29
  with st.form(key='my_form'):
30
+ text_input = st.text_area(label='Enter a sentence')
31
  submit_button = st.form_submit_button(label='Analyze')
32
 
33
  # Process the text and extract the entities