nikos99n commited on
Commit
fe6e823
·
verified ·
1 Parent(s): 7a1339e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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