alexkueck commited on
Commit
8f5bb3f
1 Parent(s): 02c9dc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("LI 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,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="LI 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
 
 
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