Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -256,9 +256,13 @@ if selected_app == "3) Upload Datasets":
|
|
256 |
st.markdown("Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m) to get started")
|
257 |
|
258 |
if selected_app == "4) Create Chatbot":
|
259 |
-
|
260 |
-
|
261 |
-
|
|
|
|
|
|
|
262 |
'''
|
263 |
-
|
264 |
-
st.
|
|
|
|
256 |
st.markdown("Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m) to get started")
|
257 |
|
258 |
if selected_app == "4) Create Chatbot":
|
259 |
+
requirements = '''
|
260 |
+
openai
|
261 |
+
scipy
|
262 |
+
streamlit
|
263 |
+
chromadb
|
264 |
+
datasets
|
265 |
'''
|
266 |
+
|
267 |
+
st.write("requirements.txt")
|
268 |
+
st.code(requirements, language='python')
|