Sujithanumala commited on
Commit
681778f
·
verified ·
1 Parent(s): aee933d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from pypdf import PdfReader
 
3
 
4
 
5
  def read_pdf_file(file_path):
 
1
  import gradio as gr
2
  from pypdf import PdfReader
3
+ from resume_tools import create_resume_agent
4
 
5
 
6
  def read_pdf_file(file_path):