Spaces:
Running
Running
Update app.py
Browse files
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("
|
| 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"]):
|