bright1 commited on
Commit
e1bea8f
1 Parent(s): b4eec0c

Added deployed API link to root page

Browse files
src/app/static/styles.css CHANGED
@@ -1,3 +1,7 @@
1
  h1 {
2
  color:rgb(81, 146, 43);
 
 
 
 
3
  }
 
1
  h1 {
2
  color:rgb(81, 146, 43);
3
+ }
4
+
5
+ p {
6
+ font-weight: 600;
7
  }
src/app/templates/index.html CHANGED
@@ -9,5 +9,6 @@
9
  </head>
10
  <body>
11
  <h1>Welcome to the Sepsis API</h1>
 
12
  </body>
13
  </html>
 
9
  </head>
10
  <body>
11
  <h1>Welcome to the Sepsis API</h1>
12
+ <p>Kindly access the API Documentation link <a href="https://bright1-sepsis-prediction-api.hf.space/docs">here.</a></p>
13
  </body>
14
  </html>