MaxReimann
commited on
Commit
β’
9be40bd
1
Parent(s):
d2fd6d8
Update 3_π_Readme.py
Browse files- pages/3_π_Readme.py +1 -1
pages/3_π_Readme.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
|
3 |
st.title("White-box Style Transfer Editing")
|
4 |
|
5 |
-
print("
|
6 |
st.markdown("""
|
7 |
This app demonstrates the editing capabilities of the White-box Style Transfer Editing (WISE) framework.
|
8 |
It optimizes the parameters of classical image processing filters to match a given style image.
|
|
|
2 |
|
3 |
st.title("White-box Style Transfer Editing")
|
4 |
|
5 |
+
print(st.session_state["user"], " opened readme")
|
6 |
st.markdown("""
|
7 |
This app demonstrates the editing capabilities of the White-box Style Transfer Editing (WISE) framework.
|
8 |
It optimizes the parameters of classical image processing filters to match a given style image.
|