Spaces:
Running
Running
Update app.py
Browse files
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
|
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()
|