Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def process_text(inputs: str, confidence_threshold: float):
|
|
113 |
st.set_page_config(layout="wide")
|
114 |
st.title('SEO by DEJAN: LinkBERT')
|
115 |
|
116 |
-
confidence_threshold = st.slider('Confidence Threshold', 50, 100,
|
117 |
|
118 |
tab1, tab2 = st.tabs(["Text Input", "URL Input"])
|
119 |
|
|
|
113 |
st.set_page_config(layout="wide")
|
114 |
st.title('SEO by DEJAN: LinkBERT')
|
115 |
|
116 |
+
confidence_threshold = st.slider('Confidence Threshold', 50, 100, 50)
|
117 |
|
118 |
tab1, tab2 = st.tabs(["Text Input", "URL Input"])
|
119 |
|