Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,9 +73,7 @@ if api_key:
|
|
73 |
query = st.text_input(
|
74 |
label='ํ๊ตญ์ฌ๋ด์๊ฒ ์ง๋ฌธํด๋ณด์ธ์!',
|
75 |
placeholder='์์: ๋ํ ๋๋ฏผ ์ด๋์ ์ ์ผ์ด๋ฌ๋์?'
|
76 |
-
)
|
77 |
-
st.write(f'์ง๋ฌธ ๋ด์ฉ: :violet[{query}]')
|
78 |
-
|
79 |
|
80 |
# ๋ฒํผ ํด๋ฆญ
|
81 |
button = st.button(':robot_face:ํ๊ตญ์ฌ๋ด์๊ฒ ๋ฌผ์ด๋ณด๊ธฐ')
|
|
|
73 |
query = st.text_input(
|
74 |
label='ํ๊ตญ์ฌ๋ด์๊ฒ ์ง๋ฌธํด๋ณด์ธ์!',
|
75 |
placeholder='์์: ๋ํ ๋๋ฏผ ์ด๋์ ์ ์ผ์ด๋ฌ๋์?'
|
76 |
+
)
|
|
|
|
|
77 |
|
78 |
# ๋ฒํผ ํด๋ฆญ
|
79 |
button = st.button(':robot_face:ํ๊ตญ์ฌ๋ด์๊ฒ ๋ฌผ์ด๋ณด๊ธฐ')
|