Spaces:
Running
Running
Commit
·
d0f9cf1
1
Parent(s):
7fe83a4
Update index.html
Browse files- index.html +20 -17
index.html
CHANGED
@@ -9,9 +9,12 @@
|
|
9 |
<body>
|
10 |
<header>
|
11 |
<div class="logo">
|
12 |
-
<img src="
|
|
|
|
|
|
|
|
|
13 |
</div>
|
14 |
-
<h1>Our Services</h1>
|
15 |
</header>
|
16 |
<main>
|
17 |
<table>
|
@@ -26,33 +29,33 @@
|
|
26 |
<tbody>
|
27 |
<tr>
|
28 |
<td>AI Interviewer</td>
|
29 |
-
<td><a href="https://ai-interviewer.coffeebeans.io
|
30 |
-
<td>
|
31 |
-
<td>1.
|
32 |
</tr>
|
33 |
<tr>
|
34 |
<td>PDF/CSV Reader</td>
|
35 |
-
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo">
|
36 |
-
<td>
|
37 |
-
<td>2.
|
38 |
</tr>
|
39 |
<tr>
|
40 |
<td>In-House Document Assistant</td>
|
41 |
-
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant">
|
42 |
-
<td>
|
43 |
-
<td>3.
|
44 |
</tr>
|
45 |
<tr>
|
46 |
<td>Audio Sentiment Analysis</td>
|
47 |
-
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis">
|
48 |
-
<td>
|
49 |
-
<td>4.
|
50 |
</tr>
|
51 |
<tr>
|
52 |
<td>Personality Chatbot</td>
|
53 |
-
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality">
|
54 |
-
<td>
|
55 |
-
<td>5.
|
56 |
</tr>
|
57 |
</tbody>
|
58 |
</table>
|
|
|
9 |
<body>
|
10 |
<header>
|
11 |
<div class="logo">
|
12 |
+
<img src="your_company_logo.png" alt="Company Logo" height="50">
|
13 |
+
</div>
|
14 |
+
<div class="header-content">
|
15 |
+
<h1>Our Services</h1>
|
16 |
+
<p>Explore our services below:</p>
|
17 |
</div>
|
|
|
18 |
</header>
|
19 |
<main>
|
20 |
<table>
|
|
|
29 |
<tbody>
|
30 |
<tr>
|
31 |
<td>AI Interviewer</td>
|
32 |
+
<td><a href="https://ai-interviewer.coffeebeans.io">Demo</a></td>
|
33 |
+
<td><a href="link">Documentation</a></td>
|
34 |
+
<td>1. Conduct interviews with AI capabilities.</td>
|
35 |
</tr>
|
36 |
<tr>
|
37 |
<td>PDF/CSV Reader</td>
|
38 |
+
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo">Demo</a></td>
|
39 |
+
<td><a href="link">Documentation</a></td>
|
40 |
+
<td>2. Extract and analyze text from PDF and CSV files.</td>
|
41 |
</tr>
|
42 |
<tr>
|
43 |
<td>In-House Document Assistant</td>
|
44 |
+
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant">Demo</a></td>
|
45 |
+
<td><a href="link">Documentation</a></td>
|
46 |
+
<td>3. Manage internal documents with ease.</td>
|
47 |
</tr>
|
48 |
<tr>
|
49 |
<td>Audio Sentiment Analysis</td>
|
50 |
+
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis">Demo</a></td>
|
51 |
+
<td><a href="link">Documentation</a></td>
|
52 |
+
<td>4. Analyze emotions in audio content.</td>
|
53 |
</tr>
|
54 |
<tr>
|
55 |
<td>Personality Chatbot</td>
|
56 |
+
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality">Demo</a></td>
|
57 |
+
<td><a href="link">Documentation</a></td>
|
58 |
+
<td>5. Engage users with customizable chatbots.</td>
|
59 |
</tr>
|
60 |
</tbody>
|
61 |
</table>
|