Update app.py
Browse files
app.py
CHANGED
@@ -1747,14 +1747,14 @@ with gr.Blocks(
|
|
1747 |
batch_analyze_btn = gr.Button("π Batch Analyze", variant="primary")
|
1748 |
batch_results = gr.Markdown()
|
1749 |
|
1750 |
-
with gr.Tab("π Data Comparison"):
|
1751 |
-
|
1752 |
-
|
1753 |
|
1754 |
-
|
1755 |
-
|
1756 |
-
|
1757 |
-
|
1758 |
|
1759 |
# Enhanced helper functions
|
1760 |
def update_file_stats(file):
|
|
|
1747 |
batch_analyze_btn = gr.Button("π Batch Analyze", variant="primary")
|
1748 |
batch_results = gr.Markdown()
|
1749 |
|
1750 |
+
# with gr.Tab("π Data Comparison"):
|
1751 |
+
# gr.Markdown("### βοΈ Compare Datasets")
|
1752 |
+
# gr.Markdown("*Feature coming soon: Upload two datasets for comparative analysis*")
|
1753 |
|
1754 |
+
# comparison_file1 = gr.File(label="π First Dataset", file_count="single")
|
1755 |
+
# comparison_file2 = gr.File(label="π Second Dataset", file_count="single")
|
1756 |
+
# compare_btn = gr.Button("βοΈ Compare Datasets", variant="primary", interactive=False)
|
1757 |
+
# comparison_results = gr.Markdown(value="*Comparison feature in development*")
|
1758 |
|
1759 |
# Enhanced helper functions
|
1760 |
def update_file_stats(file):
|