dejanseo commited on
Commit
7efe121
1 Parent(s): 86e91e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 75)
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