Update app.py
Browse files
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 |
|