Tobias Geisler commited on
Commit
d5c95b9
·
1 Parent(s): fd868fe

zusätzliche übersetzung

Browse files
Files changed (1) hide show
  1. tabs/create_chatbot.py +1 -1
tabs/create_chatbot.py CHANGED
@@ -20,4 +20,4 @@ def create_chatbot_tab():
20
  create_password = gr.Textbox(label="Erstellungspasswort", type="password")
21
  create_button = gr.Button("Chatbot erstellen")
22
  create_output = gr.Textbox(label="Ergebnis der Erstellung")
23
- create_button.click(create_chatbot_interface, inputs=[name, instructions, create_password], outputs=create_output)
 
20
  create_password = gr.Textbox(label="Erstellungspasswort", type="password")
21
  create_button = gr.Button("Chatbot erstellen")
22
  create_output = gr.Textbox(label="Ergebnis der Erstellung")
23
+ create_button.click(create_chatbot_interface, inputs=[name, instructions, create_password], outputs=create_output)