Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,8 @@ def ac():
|
|
67 |
with gr.Blocks(css=css) as b:
|
68 |
|
69 |
with gr.Row():
|
70 |
-
|
|
|
71 |
with gr.Column():
|
72 |
with gr.Row():
|
73 |
btn1 = gr.Button("Run")
|
|
|
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")
|