Spaces:
Running
on
Zero
Running
on
Zero
cutechicken
commited on
Commit
•
0de5bb6
1
Parent(s):
e533ecf
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
199 |
chatbot=chatbot,
|
200 |
fill_height=True,
|
201 |
theme="soft",
|
202 |
-
additional_inputs_accordion=gr.Accordion(label="⚙️
|
203 |
additional_inputs=[
|
204 |
gr.Slider(
|
205 |
minimum=0,
|
|
|
199 |
chatbot=chatbot,
|
200 |
fill_height=True,
|
201 |
theme="soft",
|
202 |
+
additional_inputs_accordion=gr.Accordion(label="⚙️ 옵션", open=False, render=False),
|
203 |
additional_inputs=[
|
204 |
gr.Slider(
|
205 |
minimum=0,
|