xp3857 commited on
Commit
d3fb471
1 Parent(s): 162beef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -166,8 +166,7 @@ transform: translate(-50%,-100%);
166
  border-style: solid;
167
  border-width: 3px;
168
  border-color: #9f00ff;
169
- max-width: 400px;
170
- width: 100%;
171
  height: 50%;
172
  max-height: 200px;
173
  padding: 0px 10px;
@@ -229,11 +228,11 @@ def ac():
229
  def cl_fac():
230
  return "",gr.HTML.update("", visible=False)
231
  with gr.Blocks(css=css) as b:
232
- message=gr.HTML("", visible=False)
233
 
234
  with gr.Row():
235
  put = gr.Textbox()
236
  btn1 = gr.Button()
 
237
  with gr.Row():
238
  out1 = gr.Image()
239
  out2 = gr.Image()
 
166
  border-style: solid;
167
  border-width: 3px;
168
  border-color: #9f00ff;
169
+ width: 90%;
 
170
  height: 50%;
171
  max-height: 200px;
172
  padding: 0px 10px;
 
228
  def cl_fac():
229
  return "",gr.HTML.update("", visible=False)
230
  with gr.Blocks(css=css) as b:
 
231
 
232
  with gr.Row():
233
  put = gr.Textbox()
234
  btn1 = gr.Button()
235
+ message=gr.HTML("", visible=False)
236
  with gr.Row():
237
  out1 = gr.Image()
238
  out2 = gr.Image()