K00B404 commited on
Commit
6f24840
1 Parent(s): 32ec6d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -272,7 +272,12 @@ css = """
272
  border-radius: 25px;
273
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adjusted shadow opacity */
274
  }
275
-
 
 
 
 
 
276
  #title-container {
277
  display: flex;
278
  align-items: center
 
272
  border-radius: 25px;
273
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adjusted shadow opacity */
274
  }
275
+ .panel-container {
276
+ background-image: url('your-neon-border-image.png');
277
+ background-size: 100% 100%; /* Adjust the size to cover the container */
278
+ background-repeat: no-repeat;
279
+ background-position: center;
280
+ }
281
  #title-container {
282
  display: flex;
283
  align-items: center