Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def clean_and_visualize(file, progress=gr.Progress()):
|
|
45 |
|
46 |
def launch_app():
|
47 |
with gr.Blocks() as app:
|
48 |
-
gr.Markdown("# Data
|
49 |
|
50 |
with gr.Row():
|
51 |
file_input = gr.File(label="Upload CSV File", file_count="single", file_types=[".csv"])
|
@@ -64,8 +64,8 @@ def launch_app():
|
|
64 |
label="Visualization Results",
|
65 |
show_label=True,
|
66 |
elem_id="gallery",
|
67 |
-
columns=[
|
68 |
-
rows=[
|
69 |
object_fit="contain",
|
70 |
height="auto",
|
71 |
visible=False # Initially set to invisible
|
|
|
45 |
|
46 |
def launch_app():
|
47 |
with gr.Blocks() as app:
|
48 |
+
gr.Markdown("# AI Data Cleaner")
|
49 |
|
50 |
with gr.Row():
|
51 |
file_input = gr.File(label="Upload CSV File", file_count="single", file_types=[".csv"])
|
|
|
64 |
label="Visualization Results",
|
65 |
show_label=True,
|
66 |
elem_id="gallery",
|
67 |
+
columns=[3],
|
68 |
+
rows=[3],
|
69 |
object_fit="contain",
|
70 |
height="auto",
|
71 |
visible=False # Initially set to invisible
|