Ervinoreo
commited on
Commit
Β·
29e3737
1
Parent(s):
c0d2ad9
change about
Browse files- tabs/help.py +5 -10
tabs/help.py
CHANGED
@@ -7,9 +7,9 @@ def create_help_tab(global_vars):
|
|
7 |
"""Create the Help tab with comprehensive documentation"""
|
8 |
with gr.Tab("β Help", id="help"):
|
9 |
gr.Markdown("""
|
10 |
-
# π
|
11 |
|
12 |
-
Welcome to the
|
13 |
|
14 |
---
|
15 |
|
@@ -24,13 +24,8 @@ def create_help_tab(global_vars):
|
|
24 |
### Step 2: Upload Documents
|
25 |
1. Navigate to the **π€ Upload Documents** tab
|
26 |
2. Select one or more PDF files containing university requirement information
|
27 |
-
3.
|
28 |
-
|
29 |
-
- **Country**: Select from Southeast Asian countries
|
30 |
-
- **Document Type**: Choose the type of document
|
31 |
-
- **Language**: Document language
|
32 |
-
4. Click **"Process Documents"**
|
33 |
-
5. Wait for processing completion
|
34 |
|
35 |
### Step 3: Query Documents
|
36 |
1. Go to the **π Query Documents** tab
|
@@ -157,7 +152,7 @@ def create_help_tab(global_vars):
|
|
157 |
|
158 |
## π Version Information
|
159 |
|
160 |
-
**Current Version**: Gradio-based
|
161 |
**AI Models**: SEA-LION optimized for Southeast Asian contexts
|
162 |
**Document Processing**: Advanced semantic chunking and embedding
|
163 |
**Search Technology**: Vector similarity search with contextual ranking
|
|
|
7 |
"""Create the Help tab with comprehensive documentation"""
|
8 |
with gr.Tab("β Help", id="help"):
|
9 |
gr.Markdown("""
|
10 |
+
# π TopEdu - User Guide
|
11 |
|
12 |
+
Welcome to the TopEdu, a Southeast Asian University Requirements Assistant! This tool helps you navigate university admission requirements across Southeast Asian countries using advanced AI-powered document analysis.
|
13 |
|
14 |
---
|
15 |
|
|
|
24 |
### Step 2: Upload Documents
|
25 |
1. Navigate to the **π€ Upload Documents** tab
|
26 |
2. Select one or more PDF files containing university requirement information
|
27 |
+
3. Click **"Process Documents"**
|
28 |
+
4. Wait for processing completion
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
### Step 3: Query Documents
|
31 |
1. Go to the **π Query Documents** tab
|
|
|
152 |
|
153 |
## π Version Information
|
154 |
|
155 |
+
**Current Version**: Gradio-based Assistant
|
156 |
**AI Models**: SEA-LION optimized for Southeast Asian contexts
|
157 |
**Document Processing**: Advanced semantic chunking and embedding
|
158 |
**Search Technology**: Vector similarity search with contextual ranking
|