Update app.py
Browse files
app.py
CHANGED
@@ -651,7 +651,7 @@ with gr.Blocks() as demo:
|
|
651 |
gr.Markdown("### 3๋จ๊ณ : ๋ธ๋ก๊ทธ ์ฃผ์ , ๋๋ ํค์๋๋ฅผ ์์ธํ ์
๋ ฅํ์ธ์")
|
652 |
topic = gr.Textbox(label="๋ธ๋ก๊ทธ ์ฃผ์ ", placeholder="์์: 8์ ๊ตญ๋ด ์ฌํ์ง ์ถ์ฒ")
|
653 |
|
654 |
-
gr.Markdown("### 4๋จ๊ณ :
|
655 |
num_titles = gr.Slider(minimum=1, maximum=100, value=2, step=1, label="์์ฑํ ์ ๋ชฉ ์")
|
656 |
|
657 |
start_btn = gr.Button("์์")
|
|
|
651 |
gr.Markdown("### 3๋จ๊ณ : ๋ธ๋ก๊ทธ ์ฃผ์ , ๋๋ ํค์๋๋ฅผ ์์ธํ ์
๋ ฅํ์ธ์")
|
652 |
topic = gr.Textbox(label="๋ธ๋ก๊ทธ ์ฃผ์ ", placeholder="์์: 8์ ๊ตญ๋ด ์ฌํ์ง ์ถ์ฒ")
|
653 |
|
654 |
+
gr.Markdown("### 4๋จ๊ณ : ์๋ ์์ฑ ๋ฐ ์ ์กํ ๋ธ๋ก๊ทธ ์(์ฃผ์ ๋ ๋ฐ๋ฅด๋, ๊ฐ๊ธฐ ๋ค๋ฅธ ์ ๋ชฉ๊ณผ ๋ด์ฉ์ผ๋ก ๊ตฌ์ฑ)๋ฅผ ์ ํํ์ธ์")
|
655 |
num_titles = gr.Slider(minimum=1, maximum=100, value=2, step=1, label="์์ฑํ ์ ๋ชฉ ์")
|
656 |
|
657 |
start_btn = gr.Button("์์")
|