Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -80,5 +80,6 @@ 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
  # Run the app
85
  interface.launch()