rk404 commited on
Commit
9c1ab38
1 Parent(s): 07999ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.exttracted_text
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 = []