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