BhumikaMak commited on
Commit
7a27db2
·
1 Parent(s): a121865

Update: background template

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=".pink-bg { background-color: pink; } .orchid-green { color:
50
  gr.Markdown("# XAI: Visualize Object Detection of Your Models")
51
  gr.Markdown("Select a sample image to visualize object detection.")
52
  default_sample = "Sample 1"
53
- with gr.Row():
54
  # Left side: Sample selection and upload image
55
  with gr.Column():
56
  sample_selection = gr.Radio(
 
50
  gr.Markdown("# XAI: Visualize Object Detection of Your Models")
51
  gr.Markdown("Select a sample image to visualize object detection.")
52
  default_sample = "Sample 1"
53
+ with gr.Row(elem_classes="orchid-green-bg"):
54
  # Left side: Sample selection and upload image
55
  with gr.Column():
56
  sample_selection = gr.Radio(