mizzzuno commited on
Commit
8234a50
·
verified ·
1 Parent(s): 777b97c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -6,8 +6,8 @@
6
  <title>JustTalk - Voice Analysis</title>
7
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
8
  <script src="https://cdn.tailwindcss.com"></script>
9
- <link rel="stylesheet" type="text/css" href="menu" />
10
- <link rel="stylesheet" type="text/css" href="main" />
11
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
12
  <style>
13
  /* Custom Chart.js Styles */
 
6
  <title>JustTalk - Voice Analysis</title>
7
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
8
  <script src="https://cdn.tailwindcss.com"></script>
9
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}">
10
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='menu.css') }}">
11
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
12
  <style>
13
  /* Custom Chart.js Styles */