NizamuddinMandekar commited on
Commit
050fa96
·
verified ·
1 Parent(s): c5fb9ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -720,14 +720,15 @@ with gr.Blocks(css=custom_css, title="Reality Check - AI Face Detector") as demo
720
  """)
721
 
722
  # Submit button
723
- with gr.Row():
724
  submit_btn = gr.Button(
725
- value="🔍 Analyze Image",
726
- variant="primary",
727
- scale=2,
728
- min_width=240
 
729
  )
730
 
 
731
  # Connect the function
732
  submit_btn.click(
733
  fn=predict,
 
720
  """)
721
 
722
  # Submit button
 
723
  submit_btn = gr.Button(
724
+ value="🔍 Analyze Image",
725
+ variant="primary",
726
+ scale=3,
727
+ min_width=280,
728
+ interactive=True
729
  )
730
 
731
+
732
  # Connect the function
733
  submit_btn.click(
734
  fn=predict,