Update src/streamlit_app.py
Browse files- 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
|