Update app.py
Browse files
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
|