Spaces:
Sleeping
Sleeping
Commit
Β·
04dc604
1
Parent(s):
b8c3aee
Upload 12 files
Browse files
app.py
CHANGED
@@ -696,8 +696,8 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
696 |
)
|
697 |
|
698 |
with gr.Tab("KB PlayGround"):
|
699 |
-
|
700 |
-
|
701 |
|
702 |
|
703 |
with gr.Tab("Settings"):
|
|
|
696 |
)
|
697 |
|
698 |
with gr.Tab("KB PlayGround"):
|
699 |
+
trace_chain_cb = gr.Checkbox(label="[KBμνμλ΄ κΈμ§λ¨μ΄] νμμ GPT λ΅λ³μ ν", value=False)
|
700 |
+
trace_chain_cb = gr.Checkbox(label="[KBμνκ΄κ³ μ¬μκΈ°μ€ νν°λ§] λΆμ 격 λ¨μ΄ β μ μ¬λ¨μ΄ λμμ μ", value=False)
|
701 |
|
702 |
|
703 |
with gr.Tab("Settings"):
|