xp3857 commited on
Commit
b29c88a
1 Parent(s): 80914be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def ac():
65
  return None, None
66
  def cl_fac():
67
  return "",gr.HTML.update(f"{loading}")
68
- with edited(css="style.css") as b:
69
  with gr.Row():
70
  with gr.Column():
71
  put = gr.Textbox()
 
65
  return None, None
66
  def cl_fac():
67
  return "",gr.HTML.update(f"{loading}")
68
+ with gr.Blocks() as b:
69
  with gr.Row():
70
  with gr.Column():
71
  put = gr.Textbox()