JUNGU commited on
Commit
a83d1b8
ยท
1 Parent(s): aeefab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -113,7 +113,7 @@ initialize_session_state()
113
  st.title("๊ต์‚ฌ์™€ ์ง„๋กœ์ƒ๋‹ด์„ ํ•ด๋ณด์„ธ์š”, \n ์‹ค์ œ ์ธํ„ฐ๋ทฐ๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ํ•ฉ๋‹ˆ๋‹ค. ๐Ÿค–")
114
 
115
  chat_placeholder = st.container()
116
- prompt_placeholder = st.form("chat-form")
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