NizamuddinMandekar commited on
Commit
be13dca
·
verified ·
1 Parent(s): 0bdf537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -720,10 +720,12 @@ with gr.Blocks(css=custom_css, title="Reality Check - AI Face Detector") as demo
720
  """)
721
 
722
  # Submit button
 
723
  submit_btn = gr.Button(
724
- "🔍 Analyze Image",
725
  variant="primary",
726
- size="lg"
 
727
  )
728
 
729
  # Connect the function
 
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