MaxReimann commited on
Commit
9be40bd
β€’
1 Parent(s): d2fd6d8

Update 3_πŸ“–_Readme.py

Browse files
Files changed (1) hide show
  1. 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("readme opened")
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.