Frajosgro commited on
Commit
92a0e38
·
verified ·
1 Parent(s): 39035a7

Update modules/interface.py

Browse files
Files changed (1) hide show
  1. modules/interface.py +3 -1
modules/interface.py CHANGED
@@ -56,7 +56,9 @@ class Interface:
56
  label="Therapiesitzung",
57
  elem_id="chatbox",
58
  show_label=True,
59
- avatar_images=("👤", "🧠")
 
 
60
  )
61
 
62
  # Eingabebereich
 
56
  label="Therapiesitzung",
57
  elem_id="chatbox",
58
  show_label=True,
59
+ avatar_images=(None, None), # Deaktiviere Avatare
60
+ show_copy_button=True,
61
+ show_share_button=True
62
  )
63
 
64
  # Eingabebereich