Minor typo
This commit is contained in:
parent
92291b0094
commit
8a795264f6
|
@ -2758,7 +2758,7 @@ layout = [ [sg.Text('Text area', key='_TEXT_')],
|
||||||
[sg.Input(key='_URL_')],
|
[sg.Input(key='_URL_')],
|
||||||
[sg.Button('Chrome'), sg.Button('Exit')]]
|
[sg.Button('Chrome'), sg.Button('Exit')]]
|
||||||
|
|
||||||
window = sg.Window('Window Title', layuout)
|
window = sg.Window('Window Title', layout)
|
||||||
|
|
||||||
while True: # Event Loop
|
while True: # Event Loop
|
||||||
event, values = window.read()
|
event, values = window.read()
|
||||||
|
|
Loading…
Reference in New Issue