Skip to content

Commit

Permalink
Merge pull request #256 from mendesfabio/development
Browse files Browse the repository at this point in the history
Remove results table
  • Loading branch information
marthendalnunes authored Apr 28, 2021
2 parents 72c1abc + 268940f commit aa19a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/app_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def update_result_score(results_button_on):
url.value = config_file['repo'] + "/issues/new?title=Vote%20for%20My%20Params&labels=" + config_file['label'] + "&body=" + body
results_button.name = "Update your results"
markdown_panel = pn.pane.Markdown(results_header + string_data)
return pn.Row(df.hvplot.table(), markdown_panel)
return markdown_panel


pn.state.onload(update_params_by_url_query)
Expand Down

0 comments on commit aa19a89

Please sign in to comment.