Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -698,7 +698,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
698 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
699 |
################################################
|
700 |
gr.Markdown(description_top)
|
701 |
-
with gr.Tab("
|
702 |
with gr.Row():
|
703 |
#gr.HTML("LI Chatot")
|
704 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|
@@ -731,7 +731,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
731 |
|
732 |
with gr.Tab(label="Parameter"):
|
733 |
#gr.Markdown("# Parameters")
|
734 |
-
rag_option = gr.Radio(["Aus", "An"], label="
|
735 |
model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
|
736 |
websuche = gr.Radio(["Aus", "An"], label="Web-Suche", value = "Aus")
|
737 |
|
|
|
698 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
699 |
################################################
|
700 |
gr.Markdown(description_top)
|
701 |
+
with gr.Tab("KKG Chatbot"):
|
702 |
with gr.Row():
|
703 |
#gr.HTML("LI Chatot")
|
704 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|
|
|
731 |
|
732 |
with gr.Tab(label="Parameter"):
|
733 |
#gr.Markdown("# Parameters")
|
734 |
+
rag_option = gr.Radio(["Aus", "An"], label="KKG Erweiterungen (RAG)", value = "Aus")
|
735 |
model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
|
736 |
websuche = gr.Radio(["Aus", "An"], label="Web-Suche", value = "Aus")
|
737 |
|