sugatobagchi commited on
Commit
0bb7e30
verified
1 Parent(s): 385faa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,9 +59,9 @@ def required_documents(code, stage):
59
  # Synthetic SAMPLES for judges to test with 1-click
60
  SAMPLES = [
61
  ("馃彔 Residential Bastu 路 Porcha 路 Bengali", "RESIDENTIAL", STAGE_PORCHA,
62
- ["samples/bastu_porcha_pg1.png", "samples/owner_aadhaar.png"]),
63
  ("馃尵 Agricultural Sali 路 Sale Deed 路 EN+BN", "AGRICULTURAL", STAGE_DALIL,
64
- ["samples/sali_dalil_pg1.png", "samples/sali_dalil_pg2.png"]),
65
  ]
66
 
67
  def package_info_md(code):
 
59
  # Synthetic SAMPLES for judges to test with 1-click
60
  SAMPLES = [
61
  ("馃彔 Residential Bastu 路 Porcha 路 Bengali", "RESIDENTIAL", STAGE_PORCHA,
62
+ ["samples/bastu_porcha_pg1.jpg", "samples/owner_aadhaar.jpg"]),
63
  ("馃尵 Agricultural Sali 路 Sale Deed 路 EN+BN", "AGRICULTURAL", STAGE_DALIL,
64
+ ["samples/sali_dalil_pg1.jpg", "samples/sali_dalil_pg2.jpg"]),
65
  ]
66
 
67
  def package_info_md(code):