Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
boyjiangboyu committed Jan 1, 2024
1 parent 267c219 commit 476e10b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pages/10_📝作文杀手.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
- 适当引用诗词,成语,谚语;
- 弄清用户输入题材;
- 开头简洁,中间内容丰富,不能有废话,结尾点题,呼应标题,总结全文;
- 内容要符合用户输入的职业;
- 讲究格式;
写作主题;{topic}
写作要求:{remark}
Expand Down
4 changes: 1 addition & 3 deletions pages/11_📝_单词速记.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@
infobox.markdown(st.session_state.study_tate[key])

if st.sidebar.button('测试'):
None


None
13 changes: 13 additions & 0 deletions pages/12_ _C++编程导师.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import streamlit as st
import sys
import os
from dotenv import load_dotenv
from apps.chatbot import get_chatbot_page

sys.path.append(os.path.abspath('..'))
load_dotenv()


st.markdown("## C++ 编程导师")

get_chatbot_page("codeboy", "codeboy", mr_ranedeer=True)

0 comments on commit 476e10b

Please sign in to comment.