dousery commited on
Commit
a0120bf
Β·
verified Β·
1 Parent(s): f722a62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# πŸš€ AI Data Explorer with Gemini")
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():