rafaldembski commited on
Commit
4be0ad4
1 Parent(s): 9fb1237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -95,6 +95,11 @@ def change_language(language):
95
  selected_translation["description"]
96
  )
97
 
 
 
 
 
 
98
  # Tłumaczenia interfejsu i przykładów
99
  translations = {
100
  "pl": {
 
95
  selected_translation["description"]
96
  )
97
 
98
+ # Funkcja do wywoływania przykładów
99
+ def trigger_example(example):
100
+ chat, updated_history = generate_response(example, language="en") # tutaj możesz dostosować język
101
+ return chat, updated_history
102
+
103
  # Tłumaczenia interfejsu i przykładów
104
  translations = {
105
  "pl": {