kn29 commited on
Commit
1448870
·
verified ·
1 Parent(s): 2367fbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -371,6 +371,7 @@ async def upload_document(
371
  ):
372
  """Upload and process a legal document"""
373
  try:
 
374
  # Validate file
375
  if not file.filename:
376
  raise HTTPException(status_code=400, detail="No file provided")
 
371
  ):
372
  """Upload and process a legal document"""
373
  try:
374
+ print("Working upload")
375
  # Validate file
376
  if not file.filename:
377
  raise HTTPException(status_code=400, detail="No file provided")