Daniel00611 commited on
Commit
7d9e88c
verified
1 Parent(s): ddfd188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def respond(message, history: list[tuple[str, str]], system_message, max_tokens,
107
  yield response
108
 
109
  citations = extract_unique_citations(response)
110
- response = response + "\n Fuentes:" citations
111
 
112
  # Configuraci贸n de la interfaz Gradio
113
  demo = gr.ChatInterface(
 
107
  yield response
108
 
109
  citations = extract_unique_citations(response)
110
+ response = response + "\n Fuentes:" + citations
111
 
112
  # Configuraci贸n de la interfaz Gradio
113
  demo = gr.ChatInterface(