Skip to content

Commit

Permalink
加入免责声明
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterH0323 committed Jun 12, 2024
1 parent 58336f2 commit 8ab8649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/selling_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ def main(meta_instruction):
# 页面标题
st.title("Streamer-Sales 销冠 —— 卖货主播大模型⭐🛒🏆")

# 说明
st.warning(
"本项目基于人工智能的文字、语音、视频生成领域搭建的卖货主播大模型。用户被授予使用此工具创建文字、语音、视频的自由,但用户在使用过程中应该遵守当地法律,并负责任地使用。开发人员不对用户可能的不当使用承担任何责任。",
icon="❗",
)
# 初始化侧边栏
init_sidebar()

Expand Down

0 comments on commit 8ab8649

Please sign in to comment.