xp3857 commited on
Commit
cc2ed18
1 Parent(s): fa6085d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def ac():
136
  return None, None
137
  def cl_fac():
138
  return "",gr.HTML.update(f"{loading}")
139
- with gr.Blocks(css=css) as b:
140
  with gr.Row():
141
  with gr.Column():
142
  put = gr.Textbox()
 
136
  return None, None
137
  def cl_fac():
138
  return "",gr.HTML.update(f"{loading}")
139
+ with gr.Blocks() as b:
140
  with gr.Row():
141
  with gr.Column():
142
  put = gr.Textbox()