kid25 commited on
Commit
50f5ce2
·
verified ·
1 Parent(s): ece2aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -398,11 +398,12 @@ with gr.Blocks(
398
 
399
  with gr.Row():
400
  with gr.Column(scale=1):
401
- code_input = gr.Code(label="Paste Your Code Here", language="python", lines=20)
 
402
  with gr.Row():
403
  analyze_btn = gr.Button("🔍 Analyze Security", variant="primary", size="lg")
404
  json_btn = gr.Button("📋 JSON Report", variant="secondary", size="lg")
405
- with gr.Column(scale=1):
406
  report_output = gr.Markdown(label="Security Report")
407
 
408
  download_btn = gr.Button(
 
398
 
399
  with gr.Row():
400
  with gr.Column(scale=1):
401
+ code_input = gr.Code(
402
+ label="Paste Your Code Here", language="python", lines=20)
403
  with gr.Row():
404
  analyze_btn = gr.Button("🔍 Analyze Security", variant="primary", size="lg")
405
  json_btn = gr.Button("📋 JSON Report", variant="secondary", size="lg")
406
+ with gr.Column(scale=1):
407
  report_output = gr.Markdown(label="Security Report")
408
 
409
  download_btn = gr.Button(