Ninew commited on
Commit
e6760d9
1 Parent(s): 1721069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import radomn as rd
3
  rand = rd.randint(0,9)
4
  def guess(num):
5
  num = int(num)
 
1
  import gradio as gr
2
+ import random as rd
3
  rand = rd.randint(0,9)
4
  def guess(num):
5
  num = int(num)