unijoh commited on
Commit
5b716cf
·
verified ·
1 Parent(s): 05dab99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
 
4
  # Load and parse the CSV file from Hugging Face
5
  def load_data():
6
- url = "https://huggingface.co/datasets/unijoh/RAVNlex/resolve/main/RAVNlex.csv"
7
  df = pd.read_csv(url, delimiter='\t', encoding='iso-8859-10', names=["#ORTO", "#PPOS", "#PHON1", "#PHON2", "#COMM"], dtype=str)
8
  lemmas = {}
9
  current_lemma = None
 
3
 
4
  # Load and parse the CSV file from Hugging Face
5
  def load_data():
6
+ url = "https://huggingface.co/datasets/unijoh/RAVNlex/resolve/main/RAVNlex_small.csv"
7
  df = pd.read_csv(url, delimiter='\t', encoding='iso-8859-10', names=["#ORTO", "#PPOS", "#PHON1", "#PHON2", "#COMM"], dtype=str)
8
  lemmas = {}
9
  current_lemma = None