Commit
·
ac39450
1
Parent(s):
3d79c89
app.py updates
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ if value is not None:
|
|
80 |
|
81 |
st.button('Random frame', on_click=button_click)
|
82 |
|
83 |
-
st.write(
|
84 |
|
85 |
#else:
|
86 |
# st.write('Gohuhuhubye')
|
|
|
80 |
|
81 |
st.button('Random frame', on_click=button_click)
|
82 |
|
83 |
+
st.write(st.session_state["img"])
|
84 |
|
85 |
#else:
|
86 |
# st.write('Gohuhuhubye')
|