prithivMLmods commited on
Commit
0dda5e2
·
verified ·
1 Parent(s): 9deca1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -304,14 +304,14 @@ with gr.Blocks() as demo:
304
  height=300,
305
  allow_preview=True,
306
  )
307
-
308
  with gr.Row():
309
  prompt = gr.Text(
310
  label="Prompt",
311
  show_label=True,
312
  placeholder="e.g., A black cat holding a sign that says hello world...",
313
  )
314
- run_button = gr.Button("Run Comparison", variant="primary")
 
315
 
316
  with gr.Column():
317
  with gr.Row():
 
304
  height=300,
305
  allow_preview=True,
306
  )
 
307
  with gr.Row():
308
  prompt = gr.Text(
309
  label="Prompt",
310
  show_label=True,
311
  placeholder="e.g., A black cat holding a sign that says hello world...",
312
  )
313
+
314
+ run_button = gr.Button("Run Comparison", variant="primary")
315
 
316
  with gr.Column():
317
  with gr.Row():