shukdevdattaEX commited on
Commit
aa1b4f7
Β·
verified Β·
1 Parent(s): 5550447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -1504,7 +1504,7 @@ def batch_analyze_files(files, api_key, progress=gr.Progress()):
1504
  # Create the enhanced Gradio interface
1505
  with gr.Blocks(
1506
  title="πŸš€ Smart Data Analyzer Pro v2.0",
1507
- theme=gr.themes.Soft(),
1508
  css="""
1509
  .gradio-container {
1510
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
@@ -1891,7 +1891,7 @@ with gr.Blocks(
1891
  </div>
1892
  <div class="feature-card">
1893
  <h4>πŸ’Ύ Multiple Export Formats</h4>
1894
- <p>HTML, PDF-ready, Excel, Markdown with embedded charts</p>
1895
  </div>
1896
  <div class="feature-card">
1897
  <h4>πŸ”„ Batch Processing</h4>
@@ -1925,8 +1925,6 @@ with gr.Blocks(
1925
 
1926
  **πŸ“₯ Export Recommendations:**
1927
  - **HTML**: Best for sharing interactive reports with stakeholders
1928
- - **PDF Ready**: Perfect for formal presentations and documentation
1929
- - **Excel**: Ideal for further data manipulation and analysis
1930
  - **Markdown**: Great for technical documentation and version control
1931
 
1932
  **⚑ Performance Notes:**
@@ -1942,7 +1940,7 @@ with gr.Blocks(
1942
 
1943
  **πŸ“ž Support & Contact:**
1944
  - πŸ“± WhatsApp: +8801719296601
1945
- - πŸ“§ Email: support@smartanalyzer.com
1946
  - πŸ•’ Response Time: Within 24 hours
1947
  """)
1948
 
 
1504
  # Create the enhanced Gradio interface
1505
  with gr.Blocks(
1506
  title="πŸš€ Smart Data Analyzer Pro v2.0",
1507
+ theme=gr.themes.Ocean(),
1508
  css="""
1509
  .gradio-container {
1510
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
 
1891
  </div>
1892
  <div class="feature-card">
1893
  <h4>πŸ’Ύ Multiple Export Formats</h4>
1894
+ <p>HTML, Markdown with embedded charts</p>
1895
  </div>
1896
  <div class="feature-card">
1897
  <h4>πŸ”„ Batch Processing</h4>
 
1925
 
1926
  **πŸ“₯ Export Recommendations:**
1927
  - **HTML**: Best for sharing interactive reports with stakeholders
 
 
1928
  - **Markdown**: Great for technical documentation and version control
1929
 
1930
  **⚑ Performance Notes:**
 
1940
 
1941
  **πŸ“ž Support & Contact:**
1942
  - πŸ“± WhatsApp: +8801719296601
1943
+ - πŸ“§ Email: shukdevdatta@gmail.com
1944
  - πŸ•’ Response Time: Within 24 hours
1945
  """)
1946