Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|