File size: 385 Bytes
a5371c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# import pandas as pd

# # Load the CSV
# df = pd.read_csv('data/wiki.csv')


# # Count the number of unique titles in the 'title' column
# unique_titles_count = df['title']

# print(len(df))

# # # Remove the 'ranking' column
# # df.drop('ranking', axis=1, inplace=True)

# # # Save the CSV again
# # df.to_csv('data/wiki.csv', index=False)


import gradio as gr

gr.themes.builder()