Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,6 @@ def demo():
|
|
120 |
with gr.Tab("DSM"):
|
121 |
with gr.Row():
|
122 |
dsm_left_file = gr.File(label="Upload Left Dataset CSV file")
|
123 |
-
with gr.Row():
|
124 |
dsm_right_file = gr.File(label="Upload Right Dataset CSV file")
|
125 |
with gr.Accordion("Advanced options", open=False):
|
126 |
with gr.Row():
|
|
|
120 |
with gr.Tab("DSM"):
|
121 |
with gr.Row():
|
122 |
dsm_left_file = gr.File(label="Upload Left Dataset CSV file")
|
|
|
123 |
dsm_right_file = gr.File(label="Upload Right Dataset CSV file")
|
124 |
with gr.Accordion("Advanced options", open=False):
|
125 |
with gr.Row():
|