Update verifier.py
Browse files- verifier.py +1 -0
verifier.py
CHANGED
|
@@ -32,4 +32,5 @@ def verifier_page():
|
|
| 32 |
with col1:
|
| 33 |
st.write(row['filename'])
|
| 34 |
with col2:
|
|
|
|
| 35 |
# this is where we need to put the dialogue or the button that would riect us to the otherpage other page
|
|
|
|
| 32 |
with col1:
|
| 33 |
st.write(row['filename'])
|
| 34 |
with col2:
|
| 35 |
+
st.write("hi")
|
| 36 |
# this is where we need to put the dialogue or the button that would riect us to the otherpage other page
|