leavoigt commited on
Commit
1034f64
1 Parent(s): 68d7a58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, value=input_text)
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=""