Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|