Spaces:
Running
Running
snoop2head
commited on
Commit
โข
374b1f2
1
Parent(s):
ff265c5
change example
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ st.title("ํ๊ตญ์ด ์ ์ญ๊ณผ ์ญ์ ์ญ")
|
|
21 |
st.write("Braille Pattern Conversion")
|
22 |
|
23 |
|
24 |
-
default_value = '
|
25 |
src_text = st.text_area(
|
26 |
"๋ฒ์ญํ๊ณ ์ถ์ ๋ฌธ์ฅ์ ์
๋ ฅํ์ธ์:",
|
27 |
default_value,
|
|
|
21 |
st.write("Braille Pattern Conversion")
|
22 |
|
23 |
|
24 |
+
default_value = 'โ โ โ โ ชโ โ โ โ โ ชโ โ โ โ โ โ โ โ โ ฎโ โ โ จโ โ โ โ ฃโ โ โ โ '
|
25 |
src_text = st.text_area(
|
26 |
"๋ฒ์ญํ๊ณ ์ถ์ ๋ฌธ์ฅ์ ์
๋ ฅํ์ธ์:",
|
27 |
default_value,
|