Spaces:
Runtime error
Runtime error
Commit
·
12981b8
1
Parent(s):
b9602b5
state part2
Browse files
app.py
CHANGED
@@ -99,6 +99,7 @@ else:
|
|
99 |
fill_value = ""
|
100 |
if button_dril:
|
101 |
fill_value = 'wint\nFollowing\n@dril\nthe wise man bowed his head solemnly and\nspoke: "theres actually zero difference\nbetween good & bad things. you imbecile.\nyou fucking moron'
|
|
|
102 |
|
103 |
text = st.text_area('Enter your text here (or leave blank for a textless image)', max_chars=380, height=230,
|
104 |
value=fill_value)
|
|
|
99 |
fill_value = ""
|
100 |
if button_dril:
|
101 |
fill_value = 'wint\nFollowing\n@dril\nthe wise man bowed his head solemnly and\nspoke: "theres actually zero difference\nbetween good & bad things. you imbecile.\nyou fucking moron'
|
102 |
+
st.session_state.fill_value = fill_value
|
103 |
|
104 |
text = st.text_area('Enter your text here (or leave blank for a textless image)', max_chars=380, height=230,
|
105 |
value=fill_value)
|