removed useless stuff
This commit is contained in:
@@ -8,9 +8,7 @@ file_list_column = [
|
|||||||
[sg.Button('Submit')],
|
[sg.Button('Submit')],
|
||||||
[sg.Output(size=(80, 40))]]
|
[sg.Output(size=(80, 40))]]
|
||||||
|
|
||||||
layout = [[(file_list_column)]]
|
window = sg.Window('VIDEOTRON DATA CALCULATOR', file_list_column)
|
||||||
|
|
||||||
window = sg.Window('VIDEOTRON DATA CALCULATOR', layout)
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
event, values = window.read()
|
event, values = window.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user