aashraychegu commited on
Commit
fe18a33
·
1 Parent(s): a15ce65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from app_vars import *
3
  from nltk import edit_distance
4
  import gradio as g
5
  from urllib.request import urlretrieve
6
- print(__file__)
7
  state = g.State(
8
  {a: b for a, b in (zip(["name", "url"], get_rock_name_url()))}
9
  | dict(correct=0, wrong=0, skipped=0, prevurl="", coft=0, qnum=1)
 
3
  from nltk import edit_distance
4
  import gradio as g
5
  from urllib.request import urlretrieve
6
+ print(__file__,rs)
7
  state = g.State(
8
  {a: b for a, b in (zip(["name", "url"], get_rock_name_url()))}
9
  | dict(correct=0, wrong=0, skipped=0, prevurl="", coft=0, qnum=1)