Spaces:
Sleeping
Sleeping
=
commited on
Commit
·
e7c2578
1
Parent(s):
30bb00b
deleting cache
Browse files
pages/provide_sentences_mongo.py
CHANGED
@@ -5,7 +5,6 @@ import pandas as pd
|
|
5 |
st.markdown("Provide your own 🤗 sentences")
|
6 |
|
7 |
# let us initialize the database manage
|
8 |
-
@st.cache_resource
|
9 |
def get_cluster():
|
10 |
|
11 |
db_manager = TranslationMongoDBManager('mongodb+srv://oumar199:[email protected]/?retryWrites=true&w=majority', 'WolofTranslation')
|
|
|
5 |
st.markdown("Provide your own 🤗 sentences")
|
6 |
|
7 |
# let us initialize the database manage
|
|
|
8 |
def get_cluster():
|
9 |
|
10 |
db_manager = TranslationMongoDBManager('mongodb+srv://oumar199:[email protected]/?retryWrites=true&w=majority', 'WolofTranslation')
|