20250312 change upload, search ui scale
Browse files
app.py
CHANGED
|
@@ -881,20 +881,20 @@ with gr.Blocks() as demo:
|
|
| 881 |
with gr.Column():
|
| 882 |
with gr.Row():
|
| 883 |
path_file_upload = gr.File(label="Upload Path File", height=89, file_count="single", scale=1)
|
| 884 |
-
path_current_file = gr.Textbox(label="Current Path File", value=init_path_file, scale=
|
| 885 |
with gr.Row():
|
| 886 |
cluster_file_upload = gr.File(label="Upload Cluster File", height=89, file_count="single", scale=1)
|
| 887 |
-
cluster_current_file = gr.Textbox(label="Current Cluster File", value=init_cluster_file, scale=
|
| 888 |
with gr.Row():
|
| 889 |
gadm_shp_upload = gr.File(label="Upload gadm .zip File", height=89, file_count="single", scale=1)
|
| 890 |
-
gadm_shp_current_file = gr.Textbox(label="Current gadm .zip File", value=init_shp_file, scale=
|
| 891 |
with gr.Row():
|
| 892 |
with gr.Row():
|
| 893 |
path_num_samples = gr.Number(label="Path Sample Count", precision=0, value=20, scale=1, minimum=1, maximum=200)
|
| 894 |
-
path_company_search = gr.Textbox(label="Path Company Search", value="๋ฐฑ๋
ํํธ", scale=
|
| 895 |
with gr.Row():
|
| 896 |
cluster_num_samples = gr.Number(label="Cluster Sample Count", precision=0, value=200, scale=1, minimum=1, maximum=200)
|
| 897 |
-
cluster_company_search = gr.Textbox(label="Cluster Company Search", scale=
|
| 898 |
# Date range
|
| 899 |
with gr.Row():
|
| 900 |
with gr.Row():
|
|
|
|
| 881 |
with gr.Column():
|
| 882 |
with gr.Row():
|
| 883 |
path_file_upload = gr.File(label="Upload Path File", height=89, file_count="single", scale=1)
|
| 884 |
+
path_current_file = gr.Textbox(label="Current Path File", value=init_path_file, scale=2)
|
| 885 |
with gr.Row():
|
| 886 |
cluster_file_upload = gr.File(label="Upload Cluster File", height=89, file_count="single", scale=1)
|
| 887 |
+
cluster_current_file = gr.Textbox(label="Current Cluster File", value=init_cluster_file, scale=2)
|
| 888 |
with gr.Row():
|
| 889 |
gadm_shp_upload = gr.File(label="Upload gadm .zip File", height=89, file_count="single", scale=1)
|
| 890 |
+
gadm_shp_current_file = gr.Textbox(label="Current gadm .zip File", value=init_shp_file, scale=2)
|
| 891 |
with gr.Row():
|
| 892 |
with gr.Row():
|
| 893 |
path_num_samples = gr.Number(label="Path Sample Count", precision=0, value=20, scale=1, minimum=1, maximum=200)
|
| 894 |
+
path_company_search = gr.Textbox(label="Path Company Search", value="๋ฐฑ๋
ํํธ", scale=2)
|
| 895 |
with gr.Row():
|
| 896 |
cluster_num_samples = gr.Number(label="Cluster Sample Count", precision=0, value=200, scale=1, minimum=1, maximum=200)
|
| 897 |
+
cluster_company_search = gr.Textbox(label="Cluster Company Search", scale=2)
|
| 898 |
# Date range
|
| 899 |
with gr.Row():
|
| 900 |
with gr.Row():
|