Spaces:
Running
Running
poemsforaphrodite
commited on
Commit
•
b413b48
1
Parent(s):
506169e
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,8 @@ DF_PREVIEW_ROWS = 100
|
|
56 |
# -------------
|
57 |
|
58 |
def setup_streamlit():
|
59 |
-
st.set_page_config(page_title="Keyword Relevance
|
60 |
-
st.title("Keyword Relevance
|
61 |
st.divider()
|
62 |
#logging.info("Streamlit app configured")
|
63 |
|
@@ -578,7 +578,7 @@ def show_paginated_dataframe(report, rows_per_page=20):
|
|
578 |
report['relevancy_score'] = report['relevancy_score'].apply(format_relevancy_score)
|
579 |
print("meowwwwww")
|
580 |
print("hgelasd")
|
581 |
-
def truncate_url(url, max_length=
|
582 |
parsed_url = urllib.parse.urlparse(url)
|
583 |
base_url = f"{parsed_url.scheme}://{parsed_url.netloc}"
|
584 |
path = parsed_url.path
|
|
|
56 |
# -------------
|
57 |
|
58 |
def setup_streamlit():
|
59 |
+
st.set_page_config(page_title="Keyword Relevance Test", layout="wide")
|
60 |
+
st.title("Keyword Relevance Test Using Vector Embedding")
|
61 |
st.divider()
|
62 |
#logging.info("Streamlit app configured")
|
63 |
|
|
|
578 |
report['relevancy_score'] = report['relevancy_score'].apply(format_relevancy_score)
|
579 |
print("meowwwwww")
|
580 |
print("hgelasd")
|
581 |
+
def truncate_url(url, max_length=50):
|
582 |
parsed_url = urllib.parse.urlparse(url)
|
583 |
base_url = f"{parsed_url.scheme}://{parsed_url.netloc}"
|
584 |
path = parsed_url.path
|