buster / data /tmp.py
Louis-François Bouchard
Openai activeloop data (#37)
a5371c1
raw
history blame
No virus
385 Bytes
# 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()