rk404 commited on
Commit
501b6f6
1 Parent(s): 9c1ab38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,6 +139,6 @@ if st.session_state.extracted_text:
139
  results.append(highlighted_line)
140
 
141
  st.subheader("Search Results:")
142
- if result == []:
143
  st.markdown('Not forund')
144
- st.markdown(result)
 
139
  results.append(highlighted_line)
140
 
141
  st.subheader("Search Results:")
142
+ if results == []:
143
  st.markdown('Not forund')
144
+ st.markdown(results)