alexkueck commited on
Commit
b556df1
1 Parent(s): e3f2b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
449
  with gr.Column():
450
  with gr.Column(min_width=50, scale=1):
451
  with gr.Tab(label="Parameter Einstellung"):
452
- gr.Markdown("# Parameters")
453
  rag_option = gr.Radio(["Aus", "An"], label="RAG - LI Erweiterungen", value = "Aus")
454
  model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
455
 
 
449
  with gr.Column():
450
  with gr.Column(min_width=50, scale=1):
451
  with gr.Tab(label="Parameter Einstellung"):
452
+ #gr.Markdown("# Parameters")
453
  rag_option = gr.Radio(["Aus", "An"], label="RAG - LI Erweiterungen", value = "Aus")
454
  model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
455