Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def semantic_search(query,top_k):
|
|
84 |
return bi_df, cross_df
|
85 |
|
86 |
|
87 |
-
title = """<h1 id="title">Voice Activated Netflix
|
88 |
|
89 |
description = """
|
90 |
Semantic Search is a way to generate search results based on the actual meaning of the query instead of a standard keyword search. I believe this way of searching provides more meaning results when trying to find a good show to watch on Netflix. For example, one could say "Success, rags to riches story" as provided in the example below to generate shows or movies with a description that is semantically similar to the query.
|
|
|
84 |
return bi_df, cross_df
|
85 |
|
86 |
|
87 |
+
title = """<h1 id="title">Voice Activated Netflix Semantic Search</h1>"""
|
88 |
|
89 |
description = """
|
90 |
Semantic Search is a way to generate search results based on the actual meaning of the query instead of a standard keyword search. I believe this way of searching provides more meaning results when trying to find a good show to watch on Netflix. For example, one could say "Success, rags to riches story" as provided in the example below to generate shows or movies with a description that is semantically similar to the query.
|