Spaces:
Paused
Paused
Commit
·
51307f7
1
Parent(s):
aa5a834
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=formatted_css) as block_demo:
|
|
65 |
question = gr.Textbox(
|
66 |
label="Question", lines=2, elem_id="question")
|
67 |
|
68 |
-
with gr.Accordion(label="
|
69 |
temperature = gr.Slider(
|
70 |
minimum=0.1, maximum=1.0, step=0.1, value=0.5, label="Temperature", elem_id="temp")
|
71 |
maxTokens = gr.Slider(minimum=200, maximum=2000,
|
|
|
65 |
question = gr.Textbox(
|
66 |
label="Question", lines=2, elem_id="question")
|
67 |
|
68 |
+
with gr.Accordion(label="Advanced Options", open=False, elem_id="advanced") as a:
|
69 |
temperature = gr.Slider(
|
70 |
minimum=0.1, maximum=1.0, step=0.1, value=0.5, label="Temperature", elem_id="temp")
|
71 |
maxTokens = gr.Slider(minimum=200, maximum=2000,
|