Yntec commited on
Commit
1426aeb
1 Parent(s): da27b48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -13
app.py CHANGED
@@ -77,19 +77,30 @@ 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
- margin-bottom: !important;
81
- display: inline-block !important;
82
- padding: 15px 25px !important;
83
- font-size: 24px !important;
84
- cursor: pointer !important;
85
- text-align: center !important;
86
- text-decoration: none !important;
87
- outline: none !important;
88
- color: #fff !important;
89
- background-color: #4CAF50 !important;
90
- border: none !important;
91
- border-radius: 15px !important;
92
- box-shadow: 0 9px #999 !important;
 
 
 
 
 
 
 
 
 
 
 
93
  }</style>""")
94
  run=gr.Button("Generate Image")
95
  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
+ background-image: linear-gradient(#f7f8fa ,#e7e9ec);
81
+ border-color: #adb1b8 #a2a6ac #8d9096;
82
+ border-style: solid;
83
+ border-width: 1px;
84
+ border-radius: 3px;
85
+ box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
86
+ box-sizing: border-box;
87
+ color: #0f1111;
88
+ cursor: pointer;
89
+ display: inline-block;
90
+ font-family: "Amazon Ember",Arial,sans-serif;
91
+ font-size: 14px;
92
+ height: 29px;
93
+ font-size: 13px;
94
+ outline: 0;
95
+ overflow: hidden;
96
+ padding: 0 11px;
97
+ text-align: center;
98
+ text-decoration: none;
99
+ text-overflow: ellipsis;
100
+ user-select: none;
101
+ -webkit-user-select: none;
102
+ touch-action: manipulation;
103
+ white-space: nowrap;
104
  }</style>""")
105
  run=gr.Button("Generate Image")
106
  with gr.Row():