Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ if st.session_state.extracted_text:
|
|
127 |
|
128 |
if search_action and search_input:
|
129 |
# Split the extracted text into lines for searching
|
130 |
-
full_text = st.session_state.
|
131 |
lines = full_text.split('\n')
|
132 |
|
133 |
results = []
|
|
|
127 |
|
128 |
if search_action and search_input:
|
129 |
# Split the extracted text into lines for searching
|
130 |
+
full_text = st.session_state.extracted_text
|
131 |
lines = full_text.split('\n')
|
132 |
|
133 |
results = []
|