removed useless stuff

This commit is contained in:
2022-11-01 14:17:04 -04:00
parent e3a46e7f90
commit c8813492c8

View File

@@ -8,9 +8,7 @@ file_list_column = [
[sg.Button('Submit')],
[sg.Output(size=(80, 40))]]
layout = [[(file_list_column)]]
window = sg.Window('VIDEOTRON DATA CALCULATOR', layout)
window = sg.Window('VIDEOTRON DATA CALCULATOR', file_list_column)
while True:
event, values = window.read()