thedamn commited on
Commit
c09ff0f
·
1 Parent(s): e5c7bd8

final commitw

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. resource.py +1 -0
app.py CHANGED
@@ -44,7 +44,7 @@ def main():
44
  st.text(f"Execution time: {elapsed_time:.2f} seconds")
45
  else:
46
  output = st.empty()
47
- output.error("Error occurred. Please contact the admin {e}.")
48
  time.sleep(5)
49
  st.experimental_rerun()
50
 
 
44
  st.text(f"Execution time: {elapsed_time:.2f} seconds")
45
  else:
46
  output = st.empty()
47
+ output.error(f"Error occurred. Please contact the admin {repos}.")
48
  time.sleep(5)
49
  st.experimental_rerun()
50
 
resource.py CHANGED
@@ -20,6 +20,7 @@ score Rank Risk
20
  41+ F Very high - Error-prone, unstable block
21
 
22
  based on the score and rank you have to return only one most complex repo which has more score from report
 
23
  if all the repos are at the same rank and score choose randomly one
24
 
25
  Report: {question}
 
20
  41+ F Very high - Error-prone, unstable block
21
 
22
  based on the score and rank you have to return only one most complex repo which has more score from report
23
+ when the score is high thats the complex repo and
24
  if all the repos are at the same rank and score choose randomly one
25
 
26
  Report: {question}