Skip to content

Commit d892fa2

Browse files
committed
Update
1 parent bcd09b2 commit d892fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Image_Viewing_GUI/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
## Author
3535

36-
Amit Kumar Mishra
36+
Amit Kumar Mishra

Image_Viewing_GUI/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ def previous():
6161
btn1 = Button(root,text="prev",width=5,height=10,command=previous)
6262
btn1.place(x=0,y=150)
6363

64-
root.mainloop()
64+
root.mainloop()

0 commit comments

Comments
 (0)