Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def on_click_callback():
|
|
110 |
load_css()
|
111 |
initialize_session_state()
|
112 |
|
113 |
-
st.title("
|
114 |
|
115 |
chat_placeholder = st.container()
|
116 |
prompt_placeholder = st.form("chat-form")
|
|
|
110 |
load_css()
|
111 |
initialize_session_state()
|
112 |
|
113 |
+
st.title("교사와 진로상담을 해보세요, \n 실제 인터뷰를 기반으로 합니다. 🤖")
|
114 |
|
115 |
chat_placeholder = st.container()
|
116 |
prompt_placeholder = st.form("chat-form")
|