paopaoka3325 commited on
Commit
8723b2a
·
1 Parent(s): 2b0664d

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def greet(name1, name2):
38
  output = run_command(f"cancerontogpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
39
 
40
 
41
- output = output.replace('\\n', '\n')
42
 
43
  #### output_string1, error_string1=run_command("poetry")# ontogpt")
44
 
 
38
  output = run_command(f"cancerontogpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
39
 
40
 
41
+ # output = output.replace('\\n', '\n')
42
 
43
  #### output_string1, error_string1=run_command("poetry")# ontogpt")
44