Rathapoom commited on
Commit
4f28fb3
·
verified ·
1 Parent(s): c38ea88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -17
app.py CHANGED
@@ -240,23 +240,6 @@ def provide_feedback(text: str, level: str) -> str:
240
  {st.session_state.feedback}
241
  </div>
242
  """, unsafe_allow_html=True)
243
-
244
- # Example feedback output will look like:
245
- """
246
- 🎯 คำว่า 'tree' เมื่อพูดถึงหลายต้น ต้องเติม s เป็น 'trees' นะคะ
247
-
248
- ตัวอย่าง:
249
- - ถูก: There are many trees in the forest.
250
- - ผิด: There are many tree in the forest.
251
-
252
- เขียนได้ดีมากเลยค่ะ ประโยคสื่อความหมายได้ชัดเจน! ✨
253
- """
254
-
255
- # Example creative prompt will be simpler like:
256
- """
257
- 💭 ต่อไปตัวละครจะไปไหน?
258
- Where will they go next?
259
- """
260
 
261
  def update_achievements(text: str):
262
  """Update user achievements based on their writing."""
 
240
  {st.session_state.feedback}
241
  </div>
242
  """, unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
 
244
  def update_achievements(text: str):
245
  """Update user achievements based on their writing."""