Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ initialize_session_state()
|
|
113 |
st.title("๊ต์ฌ์ ์ง๋ก์๋ด์ ํด๋ณด์ธ์, \n ์ค์ ์ธํฐ๋ทฐ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํฉ๋๋ค. ๐ค")
|
114 |
|
115 |
chat_placeholder = st.container()
|
116 |
-
|
117 |
credit_card_placeholder = st.empty()
|
118 |
|
119 |
with chat_placeholder:
|
@@ -171,6 +171,8 @@ with prompt_placeholder:
|
|
171 |
type="primary",
|
172 |
on_click=on_click_callback,
|
173 |
)
|
|
|
|
|
174 |
|
175 |
# credit_card_placeholder.caption(f"""
|
176 |
# Used {st.session_state.token_count} tokens \n
|
|
|
113 |
st.title("๊ต์ฌ์ ์ง๋ก์๋ด์ ํด๋ณด์ธ์, \n ์ค์ ์ธํฐ๋ทฐ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํฉ๋๋ค. ๐ค")
|
114 |
|
115 |
chat_placeholder = st.container()
|
116 |
+
|
117 |
credit_card_placeholder = st.empty()
|
118 |
|
119 |
with chat_placeholder:
|
|
|
171 |
type="primary",
|
172 |
on_click=on_click_callback,
|
173 |
)
|
174 |
+
|
175 |
+
prompt_placeholder = st.form("chat-form")
|
176 |
|
177 |
# credit_card_placeholder.caption(f"""
|
178 |
# Used {st.session_state.token_count} tokens \n
|