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