Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from openai import OpenAI
|
|
| 13 |
|
| 14 |
st.set_page_config(layout="wide")
|
| 15 |
|
| 16 |
-
with open("/app/labeled_text_small.txt", "r", encoding="utf-8") as f:
|
| 17 |
my_initial_rag_text = f.read()
|
| 18 |
|
| 19 |
# Check if the LLM model is not already in the session state
|
|
|
|
| 13 |
|
| 14 |
st.set_page_config(layout="wide")
|
| 15 |
|
| 16 |
+
with open("/home/user/app/labeled_text_small.txt", "r", encoding="utf-8") as f:
|
| 17 |
my_initial_rag_text = f.read()
|
| 18 |
|
| 19 |
# Check if the LLM model is not already in the session state
|