Omnibus commited on
Commit
87a52c6
1 Parent(s): 28271fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -448,8 +448,6 @@ with gr.Blocks() as app:
448
  with gr.Row():
449
  submit_b = gr.Button("Blog Post")
450
  submit_c = gr.Button("Comment")
451
- with gr.Group():
452
- with gr.Row():
453
  submit_r = gr.Button("OP Reply")
454
  reply_num= gr.Number(label="Replying to Comment:", value=0)
455
  with gr.Group():
 
448
  with gr.Row():
449
  submit_b = gr.Button("Blog Post")
450
  submit_c = gr.Button("Comment")
 
 
451
  submit_r = gr.Button("OP Reply")
452
  reply_num= gr.Number(label="Replying to Comment:", value=0)
453
  with gr.Group():