Apurva Umredkar
commited on
Commit
·
f6162a8
1
Parent(s):
69d8dfb
removed cache and fixed UB logo
Browse files
buffalo_rag/frontend/__pycache__/flask_app.cpython-312.pyc
ADDED
|
Binary file (2.15 kB). View file
|
|
|
buffalo_rag/frontend/templates/index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<!-- Left Sidebar -->
|
| 14 |
<div class="sidebar">
|
| 15 |
<div class="logo">
|
| 16 |
-
<img src="
|
| 17 |
<h1>BuffaloRAG</h1>
|
| 18 |
</div>
|
| 19 |
|
|
|
|
| 13 |
<!-- Left Sidebar -->
|
| 14 |
<div class="sidebar">
|
| 15 |
<div class="logo">
|
| 16 |
+
<img src="../static/img/ub.png" alt="UB Logo">
|
| 17 |
<h1>BuffaloRAG</h1>
|
| 18 |
</div>
|
| 19 |
|