Upload app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
1.
|
15 |
|
16 |
'''
|
17 |
-
# TODO:1. remove the table display in the second round. 2.
|
18 |
|
19 |
import requests
|
20 |
from codeinterpreterapi import CodeInterpreterSession, File
|
@@ -47,6 +47,8 @@ openai.api_key = os.environ['user_token']
|
|
47 |
st.title("个人大语言模型商业智能中心")
|
48 |
st.subheader("Artificial Intelligence Backend Center for Individuals")
|
49 |
|
|
|
|
|
50 |
# tab1, tab2 = st.tabs(["传统模式", "数据模型"])
|
51 |
|
52 |
# with tab1:
|
|
|
14 |
1.
|
15 |
|
16 |
'''
|
17 |
+
# TODO:1. remove the table display in the second round. 2. account system.
|
18 |
|
19 |
import requests
|
20 |
from codeinterpreterapi import CodeInterpreterSession, File
|
|
|
47 |
st.title("个人大语言模型商业智能中心")
|
48 |
st.subheader("Artificial Intelligence Backend Center for Individuals")
|
49 |
|
50 |
+
st.image("./知识星球收入.jpg")
|
51 |
+
|
52 |
# tab1, tab2 = st.tabs(["传统模式", "数据模型"])
|
53 |
|
54 |
# with tab1:
|