attilasimko commited on
Commit
bba66e3
·
1 Parent(s): 727b0e0

gooo# (use "git push" to publish your local commits)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ repo_link = st.text_input("Github repository link:", value="", type="default", h
14
 
15
  if (repo_link):
16
  verbose = 4 if checkbox else 3
17
- evaluate(llm=model, verbose=verbose, repo_url=repo_link)
18
 
19
  with st.form("my_form"):
20
  st.write("Notice something wrong? Please tell us so we can improve.")
 
14
 
15
  if (repo_link):
16
  verbose = 4 if checkbox else 3
17
+ evaluate(llm=None, verbose=verbose, repo_url=repo_link)
18
 
19
  with st.form("my_form"):
20
  st.write("Notice something wrong? Please tell us so we can improve.")