Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
•
99d68d6
1
Parent(s):
95f4c86
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
@@ -13,7 +13,7 @@ import base64
|
|
13 |
showWarningOnDirectExecution = False
|
14 |
|
15 |
def convert_df(df):
|
16 |
-
return df.to_csv(index=False).encode('utf-8')
|
17 |
|
18 |
|
19 |
# Check if 'key' already exists in session_state
|
|
|
13 |
showWarningOnDirectExecution = False
|
14 |
|
15 |
def convert_df(df):
|
16 |
+
return df.to_csv(index=False, sep-'\t').encode('utf-8')
|
17 |
|
18 |
|
19 |
# Check if 'key' already exists in session_state
|