allinaigc commited on
Commit
5d3b70f
·
1 Parent(s): e6dd843

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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: