jcg00v commited on
Commit
6b7a426
1 Parent(s): a68afb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from htbuilder import HtmlElement, div, ul, li, br, hr, a, p, img, styles, class
5
  from htbuilder.units import percent, px
6
  from htbuilder.funcs import rgba, rgb
7
  from pathlib import Path
 
8
 
9
  def clear_text():
10
  st.session_state.text = st.session_state.widget
 
5
  from htbuilder.units import percent, px
6
  from htbuilder.funcs import rgba, rgb
7
  from pathlib import Path
8
+ import base64
9
 
10
  def clear_text():
11
  st.session_state.text = st.session_state.widget