Skip to content

Commit

Permalink
new os
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti committed Mar 22, 2024
1 parent 61d3c6a commit 88d1dea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,6 @@ def cherry():
cherry_frame = ctk.CTkFrame(scrollable_frame, width=400, height=400, bg_color="white")
cherry_frame.pack(side=ctk.RIGHT, fill=ctk.BOTH, padx=10, pady=10)

# Load the thunder.gif image
try:
image_path = "appfiles/thunder.gif"
thunder_image = Image.open(image_path)
thunder_ctk_image = ctk.CTkImage(light_image=thunder_image, dark_image=thunder_image)
thunder_label = ctk.CTkLabel(cherry_frame, image=thunder_ctk_image)
thunder_label.pack(expand=True)
except Exception as e:
print(f"Error loading thunder.gif: {e}")


# what to do when library app is clicked , makes virtual env if making for the first time
def handle_app_click(app_id):
Expand Down

0 comments on commit 88d1dea

Please sign in to comment.