Update app.py
Browse files
app.py
CHANGED
@@ -712,7 +712,7 @@ with gr.Blocks() as demo:
|
|
712 |
topic = gr.Textbox(label="๋ธ๋ก๊ทธ ์ฃผ์ ", placeholder="์์: 8์ ๊ตญ๋ด ์ฌํ์ง ์ถ์ฒ")
|
713 |
|
714 |
gr.Markdown("### 4๋จ๊ณ : ์๋ ์์ฑ ๋ฐ ์ ์กํ ๋ธ๋ก๊ทธ ์๋ฅผ ์ ํํ์ธ์")
|
715 |
-
num_titles = gr.Slider(minimum=1, maximum=
|
716 |
|
717 |
start_btn = gr.Button("์์")
|
718 |
result_output = gr.Textbox(label="์ฒ๋ฆฌ ๊ฒฐ๊ณผ", lines=20)
|
|
|
712 |
topic = gr.Textbox(label="๋ธ๋ก๊ทธ ์ฃผ์ ", placeholder="์์: 8์ ๊ตญ๋ด ์ฌํ์ง ์ถ์ฒ")
|
713 |
|
714 |
gr.Markdown("### 4๋จ๊ณ : ์๋ ์์ฑ ๋ฐ ์ ์กํ ๋ธ๋ก๊ทธ ์๋ฅผ ์ ํํ์ธ์")
|
715 |
+
num_titles = gr.Slider(minimum=1, maximum=60, value=2, step=1, label="ํฌ์คํ
๊ฑด")
|
716 |
|
717 |
start_btn = gr.Button("์์")
|
718 |
result_output = gr.Textbox(label="์ฒ๋ฆฌ ๊ฒฐ๊ณผ", lines=20)
|