Update modules/interface.py
Browse files- 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
|