Spaces:
Runtime error
Runtime error
giannantonio15
commited on
Commit
β’
b9fb0e1
1
Parent(s):
d1ce525
Update app.py
Browse files
app.py
CHANGED
@@ -573,7 +573,7 @@ def main():
|
|
573 |
print("risposta con query engine")
|
574 |
responseHTML = ""
|
575 |
for i, node in enumerate(stream_response.source_nodes):
|
576 |
-
responseHTML += "<p><b>"+node.metadata['nome_bando']+"</b><a href=
|
577 |
|
578 |
history[-1][1] = ""
|
579 |
for character in stream_response.response_gen:
|
|
|
573 |
print("risposta con query engine")
|
574 |
responseHTML = ""
|
575 |
for i, node in enumerate(stream_response.source_nodes):
|
576 |
+
responseHTML += "<p><b>"+node.metadata['nome_bando']+"</b><a href="+node.metadata['file_path']+" download> <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-download' viewBox='0 0 16 16'><path d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/><path d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/> </svg></a><br>Nodo <span id='span"+str(i+1)+"' class='icon' onclick='toggleText(this.id)'>π</span> <!-- Text to show/hide --><p class='hidden-text' id='nodo"+str(i+1)+"'>"+node.text+"</p>"
|
577 |
|
578 |
history[-1][1] = ""
|
579 |
for character in stream_response.response_gen:
|