Skip to content
Snippets Groups Projects
Commit e8cdb320 authored by Suireen's avatar Suireen
Browse files

Info Box Version 1.1 habe 2 unwichtige Zeilen entfernt

parent b5dc05f4
Branches
No related tags found
1 merge request!8UI Hinzufügen
......@@ -154,10 +154,8 @@ def show_hide_info_box(n_clicks):
if n_clicks % 2 == 0:
return ''
else:
list_ = open("Info Box.txt").read().split()
f = open('Info Box.txt', 'r')
boxcontent = f.read()
#print(boxcontent)
return html.Div(boxcontent, style={'whiteSpace': 'pre-line'})
f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment