Skip to content

Commit

Permalink
again the type
Browse files Browse the repository at this point in the history
  • Loading branch information
zuliani99 committed Aug 26, 2021
1 parent fbafafb commit 2fefa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webapp/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def start_test_function(dfid, algorithms, options):
return [html.Div([
html.P(
'Dataframe results ' + str(dfid) + ' by using the algorithm: ' + str(algorithms) + ' with starting running time: ' + str(options[algorithms]['time']) + ' minute/s'
+ ' and with final running time: ' + str(timelife) + ' ' + str(options[algorithms]['type'])
+ ' and with final running time: ' + str(timelife) + ' minute/s'
),
html.P(text),
set_body(str(algorithms), pipeline) # View the pipeline for that algorithm
Expand Down

0 comments on commit 2fefa1f

Please sign in to comment.