aashraychegu commited on
Commit
fa3b7db
·
1 Parent(s): 8f9e973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ Total | {state.value["correct"] + state.value["wrong"] + state.value["skipped"]}
62
  else:
63
  out = ans
64
  stats = feedback
 
65
  return (
66
  state.value["url"],
67
  out,
 
62
  else:
63
  out = ans
64
  stats = feedback
65
+ print(state.value["url"])
66
  return (
67
  state.value["url"],
68
  out,