Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -726,12 +726,12 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
726 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
727 |
################################################
|
728 |
gr.Markdown(description_top)
|
729 |
-
with gr.
|
730 |
-
with gr.Row():
|
731 |
user_input_validate =gr.Textbox(label="", placeholder = "Bitte das oben im Moodle Kurs angegebene Wort eingeben, um die Anwendung zu starten", visible=True, interactive=True, scale= 7)
|
732 |
validate_btn = gr.Button("Validieren", visible = True)
|
733 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
734 |
-
|
|
|
735 |
with gr.Row():
|
736 |
#gr.HTML("LI Chatot")
|
737 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|
|
|
726 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
727 |
################################################
|
728 |
gr.Markdown(description_top)
|
729 |
+
with gr.Row():
|
|
|
730 |
user_input_validate =gr.Textbox(label="", placeholder = "Bitte das oben im Moodle Kurs angegebene Wort eingeben, um die Anwendung zu starten", visible=True, interactive=True, scale= 7)
|
731 |
validate_btn = gr.Button("Validieren", visible = True)
|
732 |
#validation_result = gr.Text(label="Validierungsergebnis")
|
733 |
+
|
734 |
+
with gr.Tab("KKG Chatbot"):
|
735 |
with gr.Row():
|
736 |
#gr.HTML("LI Chatot")
|
737 |
status_display = gr.Markdown("Antwort der KI ...", visible = True) #, elem_id="status_display")
|