Spaces:
Build error
Build error
Commit
·
2fac645
1
Parent(s):
50f547a
app.py updates
Browse files
app.py
CHANGED
|
@@ -81,6 +81,7 @@ if value is not None:
|
|
| 81 |
st.button('Random frame', on_click=button_click)
|
| 82 |
|
| 83 |
st.write(st.session_state["img"])
|
|
|
|
| 84 |
|
| 85 |
#else:
|
| 86 |
# st.write('Gohuhuhubye')
|
|
|
|
| 81 |
st.button('Random frame', on_click=button_click)
|
| 82 |
|
| 83 |
st.write(st.session_state["img"])
|
| 84 |
+
st.write(st.session_state["points"])
|
| 85 |
|
| 86 |
#else:
|
| 87 |
# st.write('Gohuhuhubye')
|