Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def load_model():
|
|
15 |
model = load_model()
|
16 |
|
17 |
st.subheader("๋น์ ์ ์์ด ์ผ๊ธฐ์ฅ์ ์ํด! ๐ค")
|
18 |
-
st.markdown("
|
19 |
textbox = st.text_area('Write your text in this box:', '',height=10, max_chars=300 )
|
20 |
button = st.button('Detect grammar mistakes:')
|
21 |
|
|
|
15 |
model = load_model()
|
16 |
|
17 |
st.subheader("๋น์ ์ ์์ด ์ผ๊ธฐ์ฅ์ ์ํด! ๐ค")
|
18 |
+
st.markdown("์ต๊ณ ์ ์ฑ๋ฅ์ผ๋ก ๋ฌธ๋ฒ์ ์ฒดํฌํด ๋๋ฆฝ๋๋ค.!")
|
19 |
textbox = st.text_area('Write your text in this box:', '',height=10, max_chars=300 )
|
20 |
button = st.button('Detect grammar mistakes:')
|
21 |
|