aagoluoglu commited on
Commit
f4e48c8
·
1 Parent(s): 0612a8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def server(input: Inputs, output: Outputs, session: Session):
126
  """Displays the uploaded image"""
127
  img_src = uploaded_image_path()
128
  if img_src:
129
- img: ImgData = {"src": str(dir / uploaded_image_path()), "width": "100px"}
130
  print("IMAGE", img)
131
  return img
132
  else:
 
126
  """Displays the uploaded image"""
127
  img_src = uploaded_image_path()
128
  if img_src:
129
+ img: ImgData = {"src": str(dir / uploaded_image_path()), "width": "50px"}
130
  print("IMAGE", img)
131
  return img
132
  else: