pytzen commited on
Commit
13121b5
1 Parent(s): e3a71c4

Update app/index.html

Browse files
Files changed (1) hide show
  1. app/index.html +5 -5
app/index.html CHANGED
@@ -3,20 +3,20 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>saphir.ai</title>
7
  <link rel="stylesheet" type="text/css" href="/static/styles.css">
8
  </head>
9
  <body>
10
  <div class="container">
11
- <h1><a href="https://saphir.ai">saphir.ai</a></h1>
12
- <h2>Hugging Face Experiment</h2>
13
  <p>This is a simple HTML response from FastAPI.</p>
14
  </div>
15
 
16
  <div class="container">
17
  <h3>Using the Swagger UI for the Chatbot</h3>
18
  <ol>
19
- <li>Go to the Swagger UI by visiting <a href="https://pytzen-saphir.hf.space/docs">this link</a>.</li>
20
  <li>Scroll down to the <code>/chatbot</code> POST method section.</li>
21
  <li>Click on the <code>Try it out</code> button.</li>
22
  <li>In the <code>question</code> field, enter: <strong>"What is the capital of France?"</strong></li>
@@ -37,7 +37,7 @@
37
  <div class="container">
38
  <h3>FastAPI ReDoc Documentation</h3>
39
  <p>For an alternative documentation format, you can view the ReDoc documentation of the chatbot API. ReDoc provides a more visual and organized layout of the API endpoints and their descriptions. This can be especially helpful for understanding the structure and capabilities of the API in a more user-friendly format.</p>
40
- <p>Access the ReDoc documentation by clicking <a href="https://pytzen-saphir.hf.space/redoc">here</a>.</p>
41
  </div>
42
 
43
  </body>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>pytzen/saphir</title>
7
  <link rel="stylesheet" type="text/css" href="/static/styles.css">
8
  </head>
9
  <body>
10
  <div class="container">
11
+ <h1>Hugging Face Experiment</h1>
12
+ <h2>"distilbert-base-cased-distilled-squad" model</h2>
13
  <p>This is a simple HTML response from FastAPI.</p>
14
  </div>
15
 
16
  <div class="container">
17
  <h3>Using the Swagger UI for the Chatbot</h3>
18
  <ol>
19
+ <li>Go to the Swagger UI by visiting <a href="https://pytzen-saphir.hf.space/docs" target="_blank">this link</a>.</li>
20
  <li>Scroll down to the <code>/chatbot</code> POST method section.</li>
21
  <li>Click on the <code>Try it out</code> button.</li>
22
  <li>In the <code>question</code> field, enter: <strong>"What is the capital of France?"</strong></li>
 
37
  <div class="container">
38
  <h3>FastAPI ReDoc Documentation</h3>
39
  <p>For an alternative documentation format, you can view the ReDoc documentation of the chatbot API. ReDoc provides a more visual and organized layout of the API endpoints and their descriptions. This can be especially helpful for understanding the structure and capabilities of the API in a more user-friendly format.</p>
40
+ <p>Access the ReDoc documentation by clicking <a href="https://pytzen-saphir.hf.space/redoc" target="_blank">here</a>.</p>
41
  </div>
42
 
43
  </body>