import gradio as gr import pandas as pd dictionary = pd.read_csv("corncob_lowercase.txt", header = None) print(dictionary)