Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def get_similar_links(query, db, embeddings):
|
|
45 |
embedding_vector = get_hugging_face_model()
|
46 |
db = get_db()
|
47 |
st.title("📒 DSASearch Engine 🤖 ")
|
48 |
-
text_input = st.text_area"Enter a Code Example", value =
|
49 |
"""
|
50 |
class Solution:
|
51 |
def subsets(self, nums: List[int]) -> List[List[int]]:
|
|
|
45 |
embedding_vector = get_hugging_face_model()
|
46 |
db = get_db()
|
47 |
st.title("📒 DSASearch Engine 🤖 ")
|
48 |
+
text_input = st.text_area("Enter a Code Example", value =
|
49 |
"""
|
50 |
class Solution:
|
51 |
def subsets(self, nums: List[int]) -> List[List[int]]:
|