Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 2fefa1f

Browse files
committed
again the type
1 parent fbafafb commit 2fefa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webapp/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def start_test_function(dfid, algorithms, options):
9393
return [html.Div([
9494
html.P(
9595
'Dataframe results ' + str(dfid) + ' by using the algorithm: ' + str(algorithms) + ' with starting running time: ' + str(options[algorithms]['time']) + ' minute/s'
96-
+ ' and with final running time: ' + str(timelife) + ' ' + str(options[algorithms]['type'])
96+
+ ' and with final running time: ' + str(timelife) + ' minute/s'
9797
),
9898
html.P(text),
9999
set_body(str(algorithms), pipeline) # View the pipeline for that algorithm

0 commit comments

Comments
 (0)