vishwask commited on
Commit
8989755
·
verified ·
1 Parent(s): d51037f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():