Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -414,7 +414,7 @@ def create_gradio_interface():
|
|
414 |
"""Creates main Gradio interface"""
|
415 |
|
416 |
with gr.Blocks(title="π AI Data Explorer", theme=gr.themes.Soft()) as demo:
|
417 |
-
gr.Markdown("# π
|
418 |
gr.Markdown("Upload your CSV file and get AI-powered analysis reports!")
|
419 |
|
420 |
with gr.Row():
|
|
|
414 |
"""Creates main Gradio interface"""
|
415 |
|
416 |
with gr.Blocks(title="π AI Data Explorer", theme=gr.themes.Soft()) as demo:
|
417 |
+
gr.Markdown("# π AutoEDA")
|
418 |
gr.Markdown("Upload your CSV file and get AI-powered analysis reports!")
|
419 |
|
420 |
with gr.Row():
|