Linoy Tsaban
commited on
Commit
•
d0c1ebf
1
Parent(s):
40c1596
Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
344 |
with gr.Row():
|
345 |
with gr.Column(scale=1, min_width=100):
|
346 |
run_button = gr.Button("Run")
|
347 |
-
reconstruct_button = gr.Button("Show me the reconstruction")
|
348 |
# with gr.Column(scale=1, min_width=100):
|
349 |
# edit_button = gr.Button("Edit")
|
350 |
|
|
|
344 |
with gr.Row():
|
345 |
with gr.Column(scale=1, min_width=100):
|
346 |
run_button = gr.Button("Run")
|
347 |
+
reconstruct_button = gr.Button("Show me the reconstruction", visible=False)
|
348 |
# with gr.Column(scale=1, min_width=100):
|
349 |
# edit_button = gr.Button("Edit")
|
350 |
|