Spaces:
Sleeping
Sleeping
Update ui/layouts.py
Browse files- ui/layouts.py +2 -2
ui/layouts.py
CHANGED
|
@@ -53,12 +53,12 @@ def create_ui(visit_count_html: str, theme: gr.Theme):
|
|
| 53 |
</style>
|
| 54 |
<div class="custom-header">
|
| 55 |
<h1>地球物理概論</h1>
|
| 56 |
-
<p
|
| 57 |
</div>
|
| 58 |
"""
|
| 59 |
)
|
| 60 |
|
| 61 |
-
# --- 主導覽列 Tab 容器
|
| 62 |
with gr.Tabs(selected=0):
|
| 63 |
|
| 64 |
with gr.TabItem("🎯 課程目標"):
|
|
|
|
| 53 |
</style>
|
| 54 |
<div class="custom-header">
|
| 55 |
<h1>地球物理概論</h1>
|
| 56 |
+
<p>在這裡,您不僅能學習理論,更能透過「互動實驗室」親手編寫程式碼、視覺化地震資料,並隨時向「AI 助教」提問,獲取課程解答與即時的全球地震資訊。立即開始您的地球物理探索之旅吧!</p>
|
| 57 |
</div>
|
| 58 |
"""
|
| 59 |
)
|
| 60 |
|
| 61 |
+
# --- 主導覽列 Tab 容器 ---
|
| 62 |
with gr.Tabs(selected=0):
|
| 63 |
|
| 64 |
with gr.TabItem("🎯 課程目標"):
|