Yntec commited on
Commit
602232a
1 Parent(s): dfdadf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -931,11 +931,11 @@ with gr.Blocks(css=css) as myface:
931
  with gr.Row():
932
  with gr.Column(scale=100):
933
  magic1=gr.Textbox(lines=4)
934
- <style> .gr-button {
935
- color: white;
936
- border-color: #000000;
937
- background: #006699;
938
- }</style>
939
  run=gr.Button("Generate Image")
940
  with gr.Row():
941
  with gr.Column(scale=100):
 
931
  with gr.Row():
932
  with gr.Column(scale=100):
933
  magic1=gr.Textbox(lines=4)
934
+ gr.HTML("""<style> .gr-button {
935
+ color: white !important;
936
+ border-color: #000000 !important;
937
+ background: #006699 !important;
938
+ }</style>""")
939
  run=gr.Button("Generate Image")
940
  with gr.Row():
941
  with gr.Column(scale=100):