Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ def demo():
|
|
272 |
with gr.Row():
|
273 |
llm_btn = gr.Radio(list_llm_simple, \
|
274 |
label="LLM models", value = list_llm_simple[0], type="index", info="Choose your LLM model")
|
275 |
-
with gr.Accordion("Advanced options - LLM model", open=False):
|
276 |
with gr.Row():
|
277 |
slider_temperature = gr.Slider(value = 0.1,visible=False)
|
278 |
with gr.Row():
|
|
|
272 |
with gr.Row():
|
273 |
llm_btn = gr.Radio(list_llm_simple, \
|
274 |
label="LLM models", value = list_llm_simple[0], type="index", info="Choose your LLM model")
|
275 |
+
with gr.Accordion("Advanced options - LLM model", open=False, visible=False):
|
276 |
with gr.Row():
|
277 |
slider_temperature = gr.Slider(value = 0.1,visible=False)
|
278 |
with gr.Row():
|