BhumikaMak commited on
Commit
d1fe557
Β·
verified Β·
1 Parent(s): cf8103c

update: display layout

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -284,14 +284,14 @@ with gr.Blocks(css=custom_css) as demo:
284
  gr.Markdown(description_yolov8)
285
  gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
286
 
287
- gr.Markdown(
288
  """
289
- <div style="text-align: center; border: 2px solid maroon; padding: 10px; border-radius: 10px;">
290
  <h3>Wanna try yourself? πŸš€</h3>
291
  <p>Upload an image below to see its <b>Deep Feature Factorization</b> heatmap!</p>
292
  </div>
293
  """
294
- )
295
  default_sample = "Sample 1"
296
 
297
  with gr.Row():
 
284
  gr.Markdown(description_yolov8)
285
  gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
286
 
287
+ gr.Markdown(
288
  """
289
+ <div style="text-align: center; border: 3px solid maroon; padding: 10px; border-radius: 10px; background-color: #f8f8f8;">
290
  <h3>Wanna try yourself? πŸš€</h3>
291
  <p>Upload an image below to see its <b>Deep Feature Factorization</b> heatmap!</p>
292
  </div>
293
  """
294
+ )
295
  default_sample = "Sample 1"
296
 
297
  with gr.Row():