Skip to content

Commit c0154b7

Browse files
updates
Signed-off-by: ShangenC <[email protected]>
1 parent bded7b0 commit c0154b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/component/Sidebar.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from 'react';
2-
import Papa from 'papaparse';// Make sure to install papaparse with command 'npm install papaparse'
2+
import Papa from 'papaparse';
33
import { useRouter } from 'next/router';
44

55
const Sidebar = () => {
@@ -28,7 +28,6 @@ const Sidebar = () => {
2828

2929
// Function to fetch conference data from CSV file
3030
const fetchConferences = () => {
31-
// Replace the URL with the correct path to your CSV file
3231
fetch('https://raw.githubusercontent.com/cncf-tags/cloud-native-ai/main/cncf-youtube-channel-summarizer/data/sample_cncf_video_summary.csv')
3332
.then((response) => {
3433
if (!response.ok) {

0 commit comments

Comments
 (0)