Yueyao Zhang
commited on
Commit
Β·
c0d2ad9
1
Parent(s):
f536d00
update app name to TopUni
Browse files- README.md +1 -1
- tabs/help.py +2 -2
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
|
|
1 |
---
|
2 |
+
title: TopEdu_Demo
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
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 |
|
|
|
7 |
"""Create the Help tab with comprehensive documentation"""
|
8 |
with gr.Tab("β Help", id="help"):
|
9 |
gr.Markdown("""
|
10 |
+
# π TopUni University Requirements Assistant - User Guide
|
11 |
|
12 |
+
Welcome to the TopUni University Requirements Assistant! This tool helps you navigate university admission requirements across Southeast Asian countries using advanced AI-powered document analysis.
|
13 |
|
14 |
---
|
15 |
|