shukdevdattaEX commited on
Commit
1ffb270
Β·
verified Β·
1 Parent(s): 394e47c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1694,11 +1694,10 @@ with gr.Blocks(
1694
  value="<div style='text-align: center; padding: 40px; color: #666;'>πŸ“„ Upload and analyze a file to see preview...</div>"
1695
  )
1696
 
1697
- with gr.Tab("πŸ“ˆ Visualizations & Charts"):
1698
  gr.Markdown("### 🎨 Interactive Data Visualizations")
1699
  charts_display = gr.HTML(
1700
- value="<div style='text-align: center; padding: 40px; color: #666;'>πŸ“Š Charts will appear here after analysis...</div>",
1701
- visible=False
1702
  )
1703
 
1704
  with gr.Tab("πŸ” Technical Summary"):
 
1694
  value="<div style='text-align: center; padding: 40px; color: #666;'>πŸ“„ Upload and analyze a file to see preview...</div>"
1695
  )
1696
 
1697
+ with gr.Tab("πŸ“ˆ Visualizations & Charts", visible=False):
1698
  gr.Markdown("### 🎨 Interactive Data Visualizations")
1699
  charts_display = gr.HTML(
1700
+ value="<div style='text-align: center; padding: 40px; color: #666;'>πŸ“Š Charts will appear here after analysis...</div>"
 
1701
  )
1702
 
1703
  with gr.Tab("πŸ” Technical Summary"):