LovnishVerma commited on
Commit
918037c
·
verified ·
1 Parent(s): be6e7ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -661,11 +661,11 @@ def create_app():
661
 
662
  # Candidate photo upload
663
  gr.Markdown("---")
664
- gr.Markdown("### 📸 Candidate Photo (Optional)")
 
665
  photo_upload = gr.File(
666
  label="Upload Candidate Photo",
667
- file_types=[".png", ".jpg", ".jpeg"],
668
- info="Photo will be included in the PDF report"
669
  )
670
 
671
  # Right Panel - Quiz Area
@@ -773,4 +773,5 @@ if __name__ == "__main__":
773
  app.launch(share=True, show_error=True)
774
 
775
  # For production use:
776
- # exit(main())
 
 
661
 
662
  # Candidate photo upload
663
  gr.Markdown("---")
664
+ gr.Markdown("### 📸 Candidate Photo")
665
+ gr.Markdown("*Upload a photo to include in the PDF report (optional)*")
666
  photo_upload = gr.File(
667
  label="Upload Candidate Photo",
668
+ file_types=[".png", ".jpg", ".jpeg"]
 
669
  )
670
 
671
  # Right Panel - Quiz Area
 
773
  app.launch(share=True, show_error=True)
774
 
775
  # For production use:
776
+ # exit(main())
777
+