jrocha commited on
Commit
972385e
·
verified ·
1 Parent(s): 1bc3d53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import pandas as pd
5
 
6
  # Function to prepare context
7
  def prepare_context():
 
8
  pubmed_information_column = df['section_text']
9
  pubmed_information_cleaned = ""
10
  for text in pubmed_information_column.tolist():
 
5
 
6
  # Function to prepare context
7
  def prepare_context():
8
+ df = pd.read_csv("splitted_df_jo.csv")
9
  pubmed_information_column = df['section_text']
10
  pubmed_information_cleaned = ""
11
  for text in pubmed_information_column.tolist():