Skip to content

NewsHub_Python #2526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed Image path
  • Loading branch information
HarshitGourlariya committed Feb 16, 2025
commit 4cd5bd9fa4c909e562d6dd468ab5b61395621540
2 changes: 1 addition & 1 deletion NewsHub_Python/Newshub.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def save():

# Display image
try:
img = Image.open("D:\\Downloads\\img.png")
img = Image.open("img.png")
photo_img = ImageTk.PhotoImage(img)
my_img = Tk.Label(window, image=photo_img, justify="right")
my_img.place(x=850, y=0)
Expand Down
Loading