Update app.py
Browse files
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.
|
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 = [
|