Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
| 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
|