alexkueck commited on
Commit
be86630
1 Parent(s): be053c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -552,7 +552,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
552
 
553
  with gr.Tab(label="Parameter"):
554
  #gr.Markdown("# Parameters")
555
- rag_option = gr.Radio(["Aus", "An"], label="LI Erweiterungen (RAG)", value = "An")
556
  model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
557
 
558
 
 
552
 
553
  with gr.Tab(label="Parameter"):
554
  #gr.Markdown("# Parameters")
555
+ rag_option = gr.Radio(["Aus", "An"], label="LI Erweiterungen (RAG)", value = "Aus")
556
  model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
557
 
558