Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|