Spaces:
Sleeping
Sleeping
Update gui/gradio_interface.py
Browse files- gui/gradio_interface.py +5 -15
gui/gradio_interface.py
CHANGED
|
@@ -423,23 +423,21 @@ class GradioInterface:
|
|
| 423 |
gr.Markdown("""
|
| 424 |
### π User Guide
|
| 425 |
|
| 426 |
-
**π― Getting Started**
|
| 427 |
- Use the **Dashboard** for quick overview and actions
|
| 428 |
- **AI Chat** for natural language interactions
|
| 429 |
- **Transactions** for structured data entry
|
| 430 |
- **Search & Reports** for finding information
|
| 431 |
|
| 432 |
-
|
| 433 |
- "Add a purchase of 20 USB drives from TechMart at β¬5 each"
|
| 434 |
- "Show me recent sales to ABC Corp"
|
| 435 |
- "Find all laptop transactions"
|
| 436 |
- "What's my total revenue this month?"
|
| 437 |
|
| 438 |
-
|
| 439 |
-
-
|
| 440 |
-
-
|
| 441 |
-
-
|
| 442 |
-
- Export capabilities for reports
|
| 443 |
""")
|
| 444 |
|
| 445 |
with gr.Column():
|
|
@@ -448,13 +446,6 @@ class GradioInterface:
|
|
| 448 |
|
| 449 |
**Status**: π’ Online and Ready
|
| 450 |
|
| 451 |
-
**Capabilities**:
|
| 452 |
-
- β
Natural language processing
|
| 453 |
-
- β
Transaction management
|
| 454 |
-
- β
Intelligent search
|
| 455 |
-
- β
Data export
|
| 456 |
-
- β
Real-time analytics
|
| 457 |
-
|
| 458 |
**Supported Operations**:
|
| 459 |
- Purchase tracking
|
| 460 |
- Sales recording
|
|
@@ -463,7 +454,6 @@ class GradioInterface:
|
|
| 463 |
- Customer records
|
| 464 |
- Financial reporting
|
| 465 |
|
| 466 |
-
**Data Security**: π All data processed locally
|
| 467 |
""")
|
| 468 |
|
| 469 |
gr.Markdown("---")
|
|
|
|
| 423 |
gr.Markdown("""
|
| 424 |
### π User Guide
|
| 425 |
|
|
|
|
| 426 |
- Use the **Dashboard** for quick overview and actions
|
| 427 |
- **AI Chat** for natural language interactions
|
| 428 |
- **Transactions** for structured data entry
|
| 429 |
- **Search & Reports** for finding information
|
| 430 |
|
| 431 |
+
**Chat Examples**
|
| 432 |
- "Add a purchase of 20 USB drives from TechMart at β¬5 each"
|
| 433 |
- "Show me recent sales to ABC Corp"
|
| 434 |
- "Find all laptop transactions"
|
| 435 |
- "What's my total revenue this month?"
|
| 436 |
|
| 437 |
+
**Features**
|
| 438 |
+
- Entity recognition with Spacy
|
| 439 |
+
- Vector store index and NLP2SQL queries
|
| 440 |
+
- Smart intent classification
|
|
|
|
| 441 |
""")
|
| 442 |
|
| 443 |
with gr.Column():
|
|
|
|
| 446 |
|
| 447 |
**Status**: π’ Online and Ready
|
| 448 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 449 |
**Supported Operations**:
|
| 450 |
- Purchase tracking
|
| 451 |
- Sales recording
|
|
|
|
| 454 |
- Customer records
|
| 455 |
- Financial reporting
|
| 456 |
|
|
|
|
| 457 |
""")
|
| 458 |
|
| 459 |
gr.Markdown("---")
|