Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
3a94a93
1
Parent(s):
d43b410
correct dependency issue, add idea comment
Browse files- app.py +2 -0
- requirements.txt +2 -0
app.py
CHANGED
@@ -39,6 +39,8 @@ st.markdown("\n")
|
|
39 |
# with open("style.css") as css:
|
40 |
# st.markdown( f'<style>{css.read()}</style>' , unsafe_allow_html= True)
|
41 |
|
|
|
|
|
42 |
vsc = VectorSearchClient()
|
43 |
|
44 |
question = "What is the data lake?"
|
|
|
39 |
# with open("style.css") as css:
|
40 |
# st.markdown( f'<style>{css.read()}</style>' , unsafe_allow_html= True)
|
41 |
|
42 |
+
|
43 |
+
# TODO *** configure to run only on prompt for verification?
|
44 |
vsc = VectorSearchClient()
|
45 |
|
46 |
question = "What is the data lake?"
|
requirements.txt
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
torch
|
2 |
transformers
|
|
|
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
+
databricks
|
4 |
+
mlflow
|