xp3857 commited on
Commit
3c896ec
1 Parent(s): 64abe75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -67,13 +67,12 @@ def ac():
67
  with gr.Blocks(css=css) as b:
68
 
69
  with gr.Row():
70
- gr.Column()
71
  with gr.Column():
72
  put = gr.Textbox()
 
73
  with gr.Row():
74
  btn1 = gr.Button("Run")
75
- btn2 = gr.Button("Clear")
76
- gr.Column()
77
  message=gr.HTML("", visible=False)
78
  with gr.Row():
79
  out1 = gr.Image()
 
67
  with gr.Blocks(css=css) as b:
68
 
69
  with gr.Row():
 
70
  with gr.Column():
71
  put = gr.Textbox()
72
+ with gr.Column():
73
  with gr.Row():
74
  btn1 = gr.Button("Run")
75
+ btn2 = gr.Button("Clear",style="background:blue;")
 
76
  message=gr.HTML("", visible=False)
77
  with gr.Row():
78
  out1 = gr.Image()