Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def generate_output(file, column1, column2, choice, bins):
|
|
84 |
return df.head(), gr.update(visible=True), image_path, gr.update(visible=True)
|
85 |
|
86 |
with gr.Blocks() as demo:
|
87 |
-
with gr.Row(
|
88 |
with gr.Column():
|
89 |
file_input = gr.File(label="上传表格文件(支持CSV、XLS、XLSX等格式", file_types=["csv", "xls", "xlsx"])
|
90 |
col1_dropdown = gr.Dropdown(label="请选择特征列", visible=False)
|
|
|
84 |
return df.head(), gr.update(visible=True), image_path, gr.update(visible=True)
|
85 |
|
86 |
with gr.Blocks() as demo:
|
87 |
+
with gr.Row():
|
88 |
with gr.Column():
|
89 |
file_input = gr.File(label="上传表格文件(支持CSV、XLS、XLSX等格式", file_types=["csv", "xls", "xlsx"])
|
90 |
col1_dropdown = gr.Dropdown(label="请选择特征列", visible=False)
|