Update app.py
Browse files
app.py
CHANGED
|
@@ -1202,7 +1202,7 @@ Provide a detailed, data-driven answer with:
|
|
| 1202 |
|
| 1203 |
<div class="footer">
|
| 1204 |
<div>
|
| 1205 |
-
<h3><i class="fas fa-star"></i> Report Generated by
|
| 1206 |
<p>Powered by Advanced AI β’ Professional Business Intelligence</p>
|
| 1207 |
</div>
|
| 1208 |
<div class="footer-links">
|
|
@@ -1211,7 +1211,7 @@ Provide a detailed, data-driven answer with:
|
|
| 1211 |
<a href="https://huggingface.co/shukdevdattaEX"><i class="fas fa-globe"></i> Visit Website</a>
|
| 1212 |
</div>
|
| 1213 |
<p style="margin-top: 15px; font-size: 0.9em; color: #6c757d;">
|
| 1214 |
-
Β© 2025
|
| 1215 |
</p>
|
| 1216 |
</div>
|
| 1217 |
</div>
|
|
@@ -1265,7 +1265,7 @@ Provide a detailed, data-driven answer with:
|
|
| 1265 |
|
| 1266 |
**File:** {file_name}
|
| 1267 |
**Generated:** {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}
|
| 1268 |
-
**Analyzer:**
|
| 1269 |
**AI Model:** OpenAI gpt-oss-20b via Chutes API
|
| 1270 |
|
| 1271 |
---
|
|
@@ -1288,7 +1288,7 @@ text---
|
|
| 1288 |
|
| 1289 |
---
|
| 1290 |
|
| 1291 |
-
*This report was generated using
|
| 1292 |
"""
|
| 1293 |
|
| 1294 |
# Initialize the enhanced analyzer
|
|
@@ -1503,7 +1503,7 @@ def batch_analyze_files(files, api_key, progress=gr.Progress()):
|
|
| 1503 |
|
| 1504 |
# Create the enhanced Gradio interface
|
| 1505 |
with gr.Blocks(
|
| 1506 |
-
title="π
|
| 1507 |
theme=gr.themes.Ocean(),
|
| 1508 |
css="""
|
| 1509 |
.gradio-container {
|
|
@@ -1573,7 +1573,7 @@ with gr.Blocks(
|
|
| 1573 |
# Header
|
| 1574 |
gr.HTML("""
|
| 1575 |
<div class="main-header">
|
| 1576 |
-
<h1>π
|
| 1577 |
<p>Advanced AI-Powered Data Analysis & Business Intelligence Platform</p>
|
| 1578 |
<p style="opacity: 0.9; margin-top: 10px;">
|
| 1579 |
β¨ Enhanced with Advanced Statistics β’ π― Multi-format Support β’ π Interactive Visualizations β’ π± Mobile Optimized
|
|
@@ -1631,7 +1631,7 @@ with gr.Blocks(
|
|
| 1631 |
with gr.Column(scale=2, elem_classes=["results-section"]):
|
| 1632 |
gr.Markdown("### π― Analysis Results")
|
| 1633 |
analysis_output = gr.Markdown(
|
| 1634 |
-
value="""## π Welcome to
|
| 1635 |
|
| 1636 |
**π Enhanced Features:**
|
| 1637 |
- β
**Multi-format Support**: CSV, Excel, JSON, Parquet, TSV
|
|
|
|
| 1202 |
|
| 1203 |
<div class="footer">
|
| 1204 |
<div>
|
| 1205 |
+
<h3><i class="fas fa-star"></i> Report Generated by AnalytixPro v2.0</h3>
|
| 1206 |
<p>Powered by Advanced AI β’ Professional Business Intelligence</p>
|
| 1207 |
</div>
|
| 1208 |
<div class="footer-links">
|
|
|
|
| 1211 |
<a href="https://huggingface.co/shukdevdattaEX"><i class="fas fa-globe"></i> Visit Website</a>
|
| 1212 |
</div>
|
| 1213 |
<p style="margin-top: 15px; font-size: 0.9em; color: #6c757d;">
|
| 1214 |
+
Β© 2025 AnalytixPro. Professional data analysis made simple.
|
| 1215 |
</p>
|
| 1216 |
</div>
|
| 1217 |
</div>
|
|
|
|
| 1265 |
|
| 1266 |
**File:** {file_name}
|
| 1267 |
**Generated:** {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}
|
| 1268 |
+
**Analyzer:** AnalytixPro v2.0
|
| 1269 |
**AI Model:** OpenAI gpt-oss-20b via Chutes API
|
| 1270 |
|
| 1271 |
---
|
|
|
|
| 1288 |
|
| 1289 |
---
|
| 1290 |
|
| 1291 |
+
*This report was generated using AnalytixPro v2.0 - Professional data analysis powered by advanced AI technology.*
|
| 1292 |
"""
|
| 1293 |
|
| 1294 |
# Initialize the enhanced analyzer
|
|
|
|
| 1503 |
|
| 1504 |
# Create the enhanced Gradio interface
|
| 1505 |
with gr.Blocks(
|
| 1506 |
+
title="π AnalytixPro v2.0",
|
| 1507 |
theme=gr.themes.Ocean(),
|
| 1508 |
css="""
|
| 1509 |
.gradio-container {
|
|
|
|
| 1573 |
# Header
|
| 1574 |
gr.HTML("""
|
| 1575 |
<div class="main-header">
|
| 1576 |
+
<h1>π AnalytixPro v2.0</h1>
|
| 1577 |
<p>Advanced AI-Powered Data Analysis & Business Intelligence Platform</p>
|
| 1578 |
<p style="opacity: 0.9; margin-top: 10px;">
|
| 1579 |
β¨ Enhanced with Advanced Statistics β’ π― Multi-format Support β’ π Interactive Visualizations β’ π± Mobile Optimized
|
|
|
|
| 1631 |
with gr.Column(scale=2, elem_classes=["results-section"]):
|
| 1632 |
gr.Markdown("### π― Analysis Results")
|
| 1633 |
analysis_output = gr.Markdown(
|
| 1634 |
+
value="""## π Welcome to AnalytixPro v2.0!
|
| 1635 |
|
| 1636 |
**π Enhanced Features:**
|
| 1637 |
- β
**Multi-format Support**: CSV, Excel, JSON, Parquet, TSV
|