JeongHyunsung commited on
Commit
0daa9ac
ยท
verified ยท
1 Parent(s): 53e6e1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with tabs[0]:
96
  col1, col2 = st.columns([1, 1])
97
  with col1:
98
  if st.button("๐Ÿ“Œ ์˜ˆ์‹œ ๋ฌธ์žฅ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ"):
99
- st.session_state.text_input = "์ด ์˜ํ™” ์ •๋ง ๊ฐ๋™์ ์ด์—ˆ์–ด์š”. ๋ˆˆ๋ฌผ์ด ๋‚ฌ์Šต๋‹ˆ๋‹ค."
100
  with col2:
101
  predict_clicked = st.button("๐Ÿ” ๊ฐ์ • ์˜ˆ์ธกํ•˜๊ธฐ")
102
 
 
96
  col1, col2 = st.columns([1, 1])
97
  with col1:
98
  if st.button("๐Ÿ“Œ ์˜ˆ์‹œ ๋ฌธ์žฅ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ"):
99
+ st.session_state.text_input = "๊ทธ๊ฑธ ์ด์ œ ๋งํ•ด์ค˜? ์นœ์ ˆํ•˜๋„ค ์ •๋ง"
100
  with col2:
101
  predict_clicked = st.button("๐Ÿ” ๊ฐ์ • ์˜ˆ์ธกํ•˜๊ธฐ")
102