Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ st.write("This app allows you to identify whether a text contains any references
|
|
49 |
#col1, col2 = st.columns(2)
|
50 |
|
51 |
# Create text input box
|
52 |
-
st.text_area(label='Please enter your text here', height=350
|
53 |
|
54 |
# Create the output box
|
55 |
#output=""
|
|
|
49 |
#col1, col2 = st.columns(2)
|
50 |
|
51 |
# Create text input box
|
52 |
+
st.text_area(label='Please enter your text here', height=350)
|
53 |
|
54 |
# Create the output box
|
55 |
#output=""
|