stefanoviel commited on
Commit ·
1d89532
1
Parent(s): f661940
removing rejected
Browse files
papers_with_abstracts_parallel.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
src/streamlit_app.py
CHANGED
|
@@ -1,9 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
# Set home directories for Streamlit and Hugging Face to writeable locations
|
| 4 |
-
os.environ['STREAMLIT_HOME'] = '/tmp/.streamlit'
|
| 5 |
-
os.environ['TRANSFORMERS_CACHE'] = '/tmp'
|
| 6 |
-
|
| 7 |
import streamlit as st
|
| 8 |
import pandas as pd
|
| 9 |
from sentence_transformers import SentenceTransformer, util
|
|
|
|
| 1 |
import os
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
import streamlit as st
|
| 4 |
import pandas as pd
|
| 5 |
from sentence_transformers import SentenceTransformer, util
|