Yntec commited on
Commit
a5c2a66
1 Parent(s): 551babd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -118,6 +118,15 @@ with gr.Blocks(css=css) as myface:
118
  border-left-color: #ffffff !important;
119
  padding: 6px 30px;
120
  }
 
 
 
 
 
 
 
 
 
121
  </style>""")
122
  run=gr.Button("Generate Image")
123
  with gr.Row():
 
118
  border-left-color: #ffffff !important;
119
  padding: 6px 30px;
120
  }
121
+
122
+ .gr-button:active {
123
+ font-size: 98% !important;
124
+ border-top-color: #000000 !important;
125
+ border-right-color: #ffffff !important;
126
+ border-bottom-color: #ffffff !important;
127
+ border-left-color: #000000 !important;
128
+ }
129
+
130
  </style>""")
131
  run=gr.Button("Generate Image")
132
  with gr.Row():