Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -421,6 +421,8 @@ with open("custom.css", "r", encoding="utf-8") as f:
|
|
421 |
with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
422 |
history = gr.State([])
|
423 |
user_question = gr.State("")
|
|
|
|
|
424 |
|
425 |
with gr.Row():
|
426 |
user_input_validate =gr.Textbox(label= "Bitte das oben im Moodle Kurs angegebene Wort eingeben, um die Anwendung zu starten", visible=True, interactive=True, scale= 7)
|
|
|
421 |
with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
422 |
history = gr.State([])
|
423 |
user_question = gr.State("")
|
424 |
+
#validiert speichern
|
425 |
+
validate = gr.State(False)
|
426 |
|
427 |
with gr.Row():
|
428 |
user_input_validate =gr.Textbox(label= "Bitte das oben im Moodle Kurs angegebene Wort eingeben, um die Anwendung zu starten", visible=True, interactive=True, scale= 7)
|