code-slicer commited on
Commit
3f8ad48
ยท
verified ยท
1 Parent(s): 3e3b168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ def _llm_structured_extract(user_text: str):
316
  def render_llm_followup(chat_container, inline=False):
317
  _ensure_llm_state()
318
 
319
- st.markdown("### โ—Ž LLM ์งˆ๋ฌธ")
320
 
321
  for m in st.session_state.get("llm_msgs", []):
322
  with st.chat_message(m["role"]):
 
316
  def render_llm_followup(chat_container, inline=False):
317
  _ensure_llm_state()
318
 
319
+ st.markdown("๋– ๋‚˜์‹ค ์—ฌํ–‰์ง€์— ๊ด€ํ•ด ๊ถ๊ธˆํ•˜์‹  ์ ์ด ์žˆ์œผ์‹ ๊ฐ€์š”?")
320
 
321
  for m in st.session_state.get("llm_msgs", []):
322
  with st.chat_message(m["role"]):