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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -77,6 +77,7 @@ 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
  display: inline-block !important;
81
  padding: 15px 25px !important;
82
  font-size: 24px !important;
 
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;