Spaces:
Sleeping
Sleeping
update dataset link
Browse files
app.py
CHANGED
|
@@ -927,10 +927,13 @@ with gr.Blocks(title="RFM Customer Segmentation Studio", theme=APP_THEME, css=CU
|
|
| 927 |
<span class="badge">Exportable results</span>
|
| 928 |
</div>
|
| 929 |
<div class="hero-link-row">
|
| 930 |
-
|
| 931 |
-
|
| 932 |
-
|
| 933 |
-
</
|
|
|
|
|
|
|
|
|
|
| 934 |
</section>
|
| 935 |
"""
|
| 936 |
)
|
|
@@ -947,7 +950,7 @@ with gr.Blocks(title="RFM Customer Segmentation Studio", theme=APP_THEME, css=CU
|
|
| 947 |
file_input = gr.File(label="Upload CSV", file_types=[".csv"])
|
| 948 |
with gr.Row():
|
| 949 |
run_button = gr.Button("Analyze Uploaded CSV", variant="primary")
|
| 950 |
-
bundled_button = gr.Button("Use
|
| 951 |
sample_run_button = gr.Button("Try Built in Sample")
|
| 952 |
with gr.Row():
|
| 953 |
sample_button = gr.Button("Create Sample CSV")
|
|
|
|
| 927 |
<span class="badge">Exportable results</span>
|
| 928 |
</div>
|
| 929 |
<div class="hero-link-row">
|
| 930 |
+
<a class="hero-link" href="https://colab.research.google.com/drive/16mjFFo84yN2sQqf5mEPPtjX0qfHUSSWw?usp=sharing" target="_blank" rel="noopener noreferrer">
|
| 931 |
+
Open Notebook
|
| 932 |
+
</a>
|
| 933 |
+
<a class="hero-link" href="https://huggingface.co/datasets/genaitiwari/amazon-review/tree/main" target="_blank" rel="noopener noreferrer">
|
| 934 |
+
Download Dataset ZIP
|
| 935 |
+
</a>
|
| 936 |
+
</div>
|
| 937 |
</section>
|
| 938 |
"""
|
| 939 |
)
|
|
|
|
| 950 |
file_input = gr.File(label="Upload CSV", file_types=[".csv"])
|
| 951 |
with gr.Row():
|
| 952 |
run_button = gr.Button("Analyze Uploaded CSV", variant="primary")
|
| 953 |
+
bundled_button = gr.Button("Use Amazon Review Dataset", elem_classes="gr-button-secondary")
|
| 954 |
sample_run_button = gr.Button("Try Built in Sample")
|
| 955 |
with gr.Row():
|
| 956 |
sample_button = gr.Button("Create Sample CSV")
|