Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -256,6 +256,9 @@ 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 |
requirements = '''
|
260 |
openai
|
261 |
scipy
|
@@ -266,3 +269,10 @@ if selected_app == "4) Create Chatbot":
|
|
266 |
|
267 |
st.write("requirements.txt")
|
268 |
st.code(requirements, language='python')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
requirements = '''
|
263 |
openai
|
264 |
scipy
|
|
|
269 |
|
270 |
st.write("requirements.txt")
|
271 |
st.code(requirements, language='python')
|
272 |
+
|
273 |
+
app = '''
|
274 |
+
APP.PY
|
275 |
+
'''
|
276 |
+
|
277 |
+
st.write("app.py")
|
278 |
+
st.code(app, language='python')
|