broadfield commited on
Commit
1ab460b
·
verified ·
1 Parent(s): 8e92529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -16,6 +16,15 @@ style="""
16
  padding: 15px;
17
  border-radius: 5px;
18
  }
 
 
 
 
 
 
 
 
 
19
  .frame_class{
20
  display:none;
21
  }
 
16
  padding: 15px;
17
  border-radius: 5px;
18
  }
19
+ .x_btn{
20
+ font-size: xx-large;
21
+ font-weight: 900;
22
+ background: chocolate;
23
+ width: fit-content;
24
+ padding: 0 10px;
25
+ border-radius: 10px 10px 0 0;
26
+ float: right;
27
+ }
28
  .frame_class{
29
  display:none;
30
  }