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 |
|