Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ st.markdown("""
|
|
83 |
""", unsafe_allow_html=True)
|
84 |
|
85 |
# 頁面標題區
|
86 |
-
st.markdown('<div class="header"><h1
|
87 |
|
88 |
# 介紹文字
|
89 |
st.markdown("""
|
|
|
83 |
""", unsafe_allow_html=True)
|
84 |
|
85 |
# 頁面標題區
|
86 |
+
st.markdown('<div class="header"><h1>生成式AI工具介紹</h1><p>由伽碩職業訓練中心和黃朝健講師協力開發</p></div>', unsafe_allow_html=True)
|
87 |
|
88 |
# 介紹文字
|
89 |
st.markdown("""
|