Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -80,5 +80,7 @@ interface = gr.Interface(
80
  description="Upload a PDF file (text-based only) and get a structured summary. Not for scanned/image PDFs.",
81
  )
82
 
 
 
83
  # Run the app
84
  interface.launch()
 
80
  description="Upload a PDF file (text-based only) and get a structured summary. Not for scanned/image PDFs.",
81
  )
82
 
83
+
84
+
85
  # Run the app
86
  interface.launch()