Skip to content

Commit

Permalink
Added support for image uploads and modularized structure
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-zuev committed Aug 22, 2024
1 parent a333b74 commit 5a9e800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/image_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os



def get_base64_encoded_image(image_path):
try:
# Check if the image exceeds the size limit
Expand Down

0 comments on commit 5a9e800

Please sign in to comment.