add linear regression model initial version
This commit is contained in:
@@ -63,6 +63,8 @@ def render():
|
||||
thresh = THRESH
|
||||
if ("flan" in file_path.name):
|
||||
thresh = 0.94
|
||||
if ("regression" in file_path.name):
|
||||
thresh = 0.7
|
||||
|
||||
st.subheader(f"File: {file_path.name}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user