Spaces:
Sleeping
Sleeping
def generate_df_summarise(df_string):
Browse files
app.py
CHANGED
@@ -7,8 +7,6 @@ import json
|
|
7 |
OPEN_AI_KEY = os.getenv("OPEN_AI_KEY")
|
8 |
client = OpenAI(api_key=OPEN_AI_KEY)
|
9 |
|
10 |
-
|
11 |
-
|
12 |
def process_file(file):
|
13 |
# 读取文件
|
14 |
if file.name.endswith('.csv'):
|
|
|
7 |
OPEN_AI_KEY = os.getenv("OPEN_AI_KEY")
|
8 |
client = OpenAI(api_key=OPEN_AI_KEY)
|
9 |
|
|
|
|
|
10 |
def process_file(file):
|
11 |
# 读取文件
|
12 |
if file.name.endswith('.csv'):
|