reab5555 commited on
Commit
03b0230
1 Parent(s): dffaefe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 Cleaning and Visualization App")
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=[2],
68
- rows=[2],
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