alexkueck commited on
Commit
79c91e5
1 Parent(s): fe4f883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -546,7 +546,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
546
  #download_button = gr.Button("Download ausgewählte Chats")
547
  file_download = gr.File(label="Download-Chat", visible=False, interactive = False)
548
 
549
- with gr.Tab(label="Parameter Einstellung"):
550
  #gr.Markdown("# Parameters")
551
  rag_option = gr.Radio(["Aus", "An"], label="LI Erweiterungen (RAG)", value = "Aus")
552
  model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
 
546
  #download_button = gr.Button("Download ausgewählte Chats")
547
  file_download = gr.File(label="Download-Chat", visible=False, interactive = False)
548
 
549
+ with gr.Tab(label="Parameter"):
550
  #gr.Markdown("# Parameters")
551
  rag_option = gr.Radio(["Aus", "An"], label="LI Erweiterungen (RAG)", value = "Aus")
552
  model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")