eagle0504 commited on
Commit
7c05bc4
·
verified ·
1 Parent(s): 99709a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def show_form(area_label):
11
  st.write(f"Form for {area_label} submitted!")
12
 
13
  # Load the image
14
- image = Image.open("test.jpg")
15
 
16
  # Define clickable areas (x, y, width, height)
17
  clickable_areas = [
 
11
  st.write(f"Form for {area_label} submitted!")
12
 
13
  # Load the image
14
+ image = Image.open("test.png")
15
 
16
  # Define clickable areas (x, y, width, height)
17
  clickable_areas = [