rcl-code commited on
Commit
d3edaf7
·
verified ·
1 Parent(s): cf23fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import random
8
 
9
  from Gradio_UI import GradioUI
10
 
11
- result = requests.get("https://www.mit.edu/~ecprice/wordlist.10000")
12
  WORDS = response.content.splitlines()
13
 
14
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
8
 
9
  from Gradio_UI import GradioUI
10
 
11
+ response = requests.get("https://www.mit.edu/~ecprice/wordlist.10000")
12
  WORDS = response.content.splitlines()
13
 
14
  # Below is an example of a tool that does nothing. Amaze us with your creativity !