alexkueck commited on
Commit
d01dad4
1 Parent(s): 204c374

Update app.py

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