SakshamLak commited on
Commit
cfbece2
·
verified ·
1 Parent(s): a823c55

Update buffalo_rag/frontend/templates/index.html

Browse files
buffalo_rag/frontend/templates/index.html CHANGED
@@ -134,6 +134,7 @@
134
 
135
  <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
136
  <script src="{{ url_for('static', filename='js/app.js') }}"></script>
 
137
  </body>
138
  </html>
139
 
 
134
 
135
  <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
136
  <script src="{{ url_for('static', filename='js/app.js') }}"></script>
137
+ <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
138
  </body>
139
  </html>
140