fatmacankara commited on
Commit
e7a3b62
1 Parent(s): 99d68d6

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. 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, sep-'\t').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