michaelmc1618 commited on
Commit
f37cba2
·
verified ·
1 Parent(s): 41095b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -196,7 +196,6 @@ with gr.Blocks(css=custom_css) as demo:
196
  with gr.Column(scale=1):
197
  prosecutor_score_color = gr.HTML()
198
 
199
- with gr.Row():
200
  with gr.Column(scale=4):
201
  defense_response = gr.Textbox(label="Defense Attorney's Response", interactive=True)
202
  with gr.Column(scale=1):
 
196
  with gr.Column(scale=1):
197
  prosecutor_score_color = gr.HTML()
198
 
 
199
  with gr.Column(scale=4):
200
  defense_response = gr.Textbox(label="Defense Attorney's Response", interactive=True)
201
  with gr.Column(scale=1):