deepakchawla-cb commited on
Commit
d0f9cf1
1 Parent(s): 7fe83a4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +20 -17
index.html CHANGED
@@ -9,9 +9,12 @@
9
  <body>
10
  <header>
11
  <div class="logo">
12
- <img src="coffeebeans_consulting_logo.jpeg" alt="Company Logo">
 
 
 
 
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/">https://ai-interviewer.coffeebeans.io/</a></td>
30
- <td>[Documentation](link)</td>
31
- <td>1. AI Interviewer is a powerful tool for conducting interviews with AI capabilities.</td>
32
  </tr>
33
  <tr>
34
  <td>PDF/CSV Reader</td>
35
- <td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo">https://huggingface.co/spaces/coffeebeans-ai/network18-demo</a></td>
36
- <td>[Documentation](link)</td>
37
- <td>2. PDF/CSV Reader provides text extraction and analysis from PDF and CSV files.</td>
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">https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant</a></td>
42
- <td>[Documentation](link)</td>
43
- <td>3. In-House Document Assistant assists with internal document management and organization.</td>
44
  </tr>
45
  <tr>
46
  <td>Audio Sentiment Analysis</td>
47
- <td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis">https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis</a></td>
48
- <td>[Documentation](link)</td>
49
- <td>4. Audio Sentiment Analysis offers emotional analysis for audio content.</td>
50
  </tr>
51
  <tr>
52
  <td>Personality Chatbot</td>
53
- <td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality">https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality</a></td>
54
- <td>[Documentation](link)</td>
55
- <td>5. Personality Chatbot provides interactive chatbot services with personality customization.</td>
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>