Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ def handle_search(
|
|
| 241 |
|
| 242 |
|
| 243 |
with gr.Blocks(title="Naver News Search (Chat UI)") as demo:
|
| 244 |
-
with gr.Accordion("κ²μ μ΅μ
₯
|
| 245 |
with gr.Row():
|
| 246 |
display = gr.Slider(
|
| 247 |
minimum=1, maximum=100, value=30, step=1, label="λ΄μ€ κ°μ"
|
|
@@ -262,7 +262,7 @@ with gr.Blocks(title="Naver News Search (Chat UI)") as demo:
|
|
| 262 |
with gr.Row():
|
| 263 |
query_in = gr.Textbox(
|
| 264 |
label="κ²μμ΄λ₯Ό μ
λ ₯νμΈμ.",
|
| 265 |
-
placeholder="
|
| 266 |
scale=8,
|
| 267 |
)
|
| 268 |
with gr.Column(scale=2):
|
|
|
|
| 241 |
|
| 242 |
|
| 243 |
with gr.Blocks(title="Naver News Search (Chat UI)") as demo:
|
| 244 |
+
with gr.Accordion("κ²μ μ΅μ
₯ - λ΄μ€ κ°μμ μ λ ¬ λ°©μμ μ ννμΈμ.", open=False):
|
| 245 |
with gr.Row():
|
| 246 |
display = gr.Slider(
|
| 247 |
minimum=1, maximum=100, value=30, step=1, label="λ΄μ€ κ°μ"
|
|
|
|
| 262 |
with gr.Row():
|
| 263 |
query_in = gr.Textbox(
|
| 264 |
label="κ²μμ΄λ₯Ό μ
λ ₯νμΈμ.",
|
| 265 |
+
placeholder="(μ: νμλΆμ μΈκ³΅μ§λ₯ μ¬μ
)",
|
| 266 |
scale=8,
|
| 267 |
)
|
| 268 |
with gr.Column(scale=2):
|