Rooni commited on
Commit
2d0f870
1 Parent(s): 9453cb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -0
app.py CHANGED
@@ -45,6 +45,22 @@ def generate(description):
45
  # css
46
  css = """
47
  footer {visibility: hidden !important;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  """
49
 
50
  # ui
 
45
  # css
46
  css = """
47
  footer {visibility: hidden !important;}
48
+
49
+ .primary {
50
+ display: inline-block;
51
+ color: #FFF;
52
+ font-size: 16px;
53
+ padding: 10px 20px;
54
+ border: 3px solid rgb(234 181 238);
55
+ border-radius: 15px;
56
+ text-decoration: none;
57
+ transition: 0.5s ease-in-out;
58
+ font-weight: normal;
59
+ }
60
+ .primary:hover {
61
+ background-color: rgb(234 181 238);
62
+ color: #000;
63
+ }
64
  """
65
 
66
  # ui