fix typo in clos(e)able
This commit is contained in:
parent
2db03acc60
commit
797e0ec0dd
@ -61,7 +61,7 @@ def btn_click(btn_val):
|
||||
run_time = stop_time - start_time
|
||||
# rt_min = run_time.minutes
|
||||
# rt_sec = run_time.seconds
|
||||
put_success("Images finished generating in " + str(run_time), closeable=True)
|
||||
put_success("Images finished generating in " + str(run_time), closable=True)
|
||||
|
||||
def main(): # PyWebIO application function
|
||||
put_text("Prompt:", inline=True)
|
||||
|
Loading…
Reference in New Issue
Block a user