dla9944 commited on
Commit
7d27ca1
โ€ข
1 Parent(s): 07ab5af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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