Update app.py
Browse files
app.py
CHANGED
|
@@ -778,17 +778,6 @@ with gr.Blocks(css=custom_css, title="Contact Discovery Platform", theme=gr.them
|
|
| 778 |
elem_classes=["custom-input"]
|
| 779 |
)
|
| 780 |
|
| 781 |
-
gr.HTML("""
|
| 782 |
-
<div style="background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 4px solid #1e40af; margin: 10px 0;">
|
| 783 |
-
<strong>CSV Format - Multiple Options:</strong><br>
|
| 784 |
-
<strong>Option 1:</strong> Website URLs in <strong>Column H (8th column)</strong><br>
|
| 785 |
-
<strong>Option 2:</strong> Column header named 'website', 'url', 'domain', 'site', or 'web'<br>
|
| 786 |
-
<strong>Option 3:</strong> System will auto-detect columns with valid URLs<br><br>
|
| 787 |
-
<strong>Examples:</strong> techflowsolutions.com, https://example.com, www.company.com<br>
|
| 788 |
-
<strong>Note:</strong> The system will show detailed debugging information about your CSV structure
|
| 789 |
-
</div>
|
| 790 |
-
""")
|
| 791 |
-
|
| 792 |
with gr.Row():
|
| 793 |
csv_max_results = gr.Slider(
|
| 794 |
minimum=1,
|
|
|
|
| 778 |
elem_classes=["custom-input"]
|
| 779 |
)
|
| 780 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 781 |
with gr.Row():
|
| 782 |
csv_max_results = gr.Slider(
|
| 783 |
minimum=1,
|