Added graph
Browse files- app.py +3 -4
- watermarking.png +0 -0
app.py
CHANGED
|
@@ -45,10 +45,9 @@ st.sidebar.info(
|
|
| 45 |
|
| 46 |
st.title("Zamark: Secure Watermarking Service")
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
# )
|
| 52 |
|
| 53 |
|
| 54 |
def todo():
|
|
|
|
| 45 |
|
| 46 |
st.title("Zamark: Secure Watermarking Service")
|
| 47 |
|
| 48 |
+
st.image(
|
| 49 |
+
"watermarking.png",
|
| 50 |
+
)
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
def todo():
|
watermarking.png
ADDED
|