Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
|
|
41 |
code_input = gr.Textbox(label="μ½λ μ
λ ₯", placeholder="리뷰λ₯Ό μνλ μ½λλ₯Ό μ
λ ₯νμΈμ...", lines=10)
|
42 |
system_message = gr.Textbox(
|
43 |
label="μμ€ν
λ©μμ§",
|
44 |
-
value="
|
45 |
lines=3,
|
46 |
)
|
47 |
with gr.Column():
|
|
|
41 |
code_input = gr.Textbox(label="μ½λ μ
λ ₯", placeholder="리뷰λ₯Ό μνλ μ½λλ₯Ό μ
λ ₯νμΈμ...", lines=10)
|
42 |
system_message = gr.Textbox(
|
43 |
label="μμ€ν
λ©μμ§",
|
44 |
+
value="μ μ μ μ½λμμ μ€λ₯μ κ°μ μ μ νκ΅μ΄λ‘ 리뷰νμΈμ.",
|
45 |
lines=3,
|
46 |
)
|
47 |
with gr.Column():
|