gimmy256 commited on
Commit
f8946bc
·
verified ·
1 Parent(s): 0feb0fb

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -26,7 +26,7 @@ st.write("This app demonstrates Retrieval-Augmented Generation (RAG) for medical
26
  # In[1]:
27
 
28
 
29
- get_ipython().system('pip install transformers datasets sentence-transformers scikit-learn --upgrade -q')
30
 
31
 
32
  # ## Load the Dataset
 
26
  # In[1]:
27
 
28
 
29
+ #get_ipython().system('pip install transformers datasets sentence-transformers scikit-learn --upgrade -q')
30
 
31
 
32
  # ## Load the Dataset