Yntec commited on
Commit
17de25b
1 Parent(s): 5a40764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -77,7 +77,18 @@ with gr.Blocks(css=css) as myface:
77
  with gr.Column(scale=100):
78
  magic1=gr.Textbox(label="Your Prompt", lines=4)
79
  gr.HTML("""<style> .gr-button {
80
- border-radius: 66%;
 
 
 
 
 
 
 
 
 
 
 
81
  }</style>""")
82
  run=gr.Button("Generate Image")
83
  with gr.Row():
 
77
  with gr.Column(scale=100):
78
  magic1=gr.Textbox(label="Your Prompt", lines=4)
79
  gr.HTML("""<style> .gr-button {
80
+ display: inline-block !important;
81
+ padding: 15px 25px !important;
82
+ font-size: 24px !important;
83
+ cursor: pointer !important;
84
+ text-align: center !important;
85
+ text-decoration: none !important;
86
+ outline: none !important;
87
+ color: #fff !important;
88
+ background-color: #4CAF50 !important;
89
+ border: none !important;
90
+ border-radius: 15px !important;
91
+ box-shadow: 0 9px #999 !important;
92
  }</style>""")
93
  run=gr.Button("Generate Image")
94
  with gr.Row():