Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
filename issue fixed temp
Browse files
auditqa/__pycache__/process_chunks.cpython-310.pyc
CHANGED
Binary files a/auditqa/__pycache__/process_chunks.cpython-310.pyc and b/auditqa/__pycache__/process_chunks.cpython-310.pyc differ
|
|
auditqa/__pycache__/utils.cpython-310.pyc
CHANGED
Binary files a/auditqa/__pycache__/utils.cpython-310.pyc and b/auditqa/__pycache__/utils.cpython-310.pyc differ
|
|
auditqa/utils.py
CHANGED
@@ -45,7 +45,7 @@ def make_html_source(source,i):
|
|
45 |
<p>{content}</p>
|
46 |
</div>
|
47 |
<div class="card-footer">
|
48 |
-
<span>{
|
49 |
<a href="{meta['subtype']}#page={int(meta['page'])}" target="_blank" class="pdf-link">
|
50 |
<span role="img" aria-label="Open PDF">🔗</span>
|
51 |
</a>
|
|
|
45 |
<p>{content}</p>
|
46 |
</div>
|
47 |
<div class="card-footer">
|
48 |
+
<span>{name}</span>
|
49 |
<a href="{meta['subtype']}#page={int(meta['page'])}" target="_blank" class="pdf-link">
|
50 |
<span role="img" aria-label="Open PDF">🔗</span>
|
51 |
</a>
|