datasciencedojo commited on
Commit
5da8f29
·
1 Parent(s): f78fcf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -65,6 +65,11 @@ footer {visibility: hidden}
65
  --tw-bg-opacity: 1 !important;
66
  background-color: rgb(229,225,255) !important;
67
  }
 
 
 
 
 
68
  """
69
 
70
  with gr.Blocks(title="Tumor_Detection | Data Science Dojo", css = css) as demo:
 
65
  --tw-bg-opacity: 1 !important;
66
  background-color: rgb(229,225,255) !important;
67
  }
68
+
69
+ img.gr-sample-image:hover, video.gr-sample-video:hover {
70
+ --tw-border-opacity: 1;
71
+ border-color: rgb(37, 56, 133 / var(--tw-border-opacity)) !important;
72
+ }
73
  """
74
 
75
  with gr.Blocks(title="Tumor_Detection | Data Science Dojo", css = css) as demo: