josiauhlol commited on
Commit
10f92df
·
1 Parent(s): c6982e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ def check_cc(n):
66
  return "Valid\n\nNOW DON'T GO POSTING THAT NUMBER." if total % 2 == 0 and len(digits) == 16 else "Invalid"
67
 
68
  def genGrUI(code):
 
69
  return glHTML.format(code)
70
 
71
  with gr.Blocks(title="Josiah's Gradio Playground") as playground:
 
66
  return "Valid\n\nNOW DON'T GO POSTING THAT NUMBER." if total % 2 == 0 and len(digits) == 16 else "Invalid"
67
 
68
  def genGrUI(code):
69
+ print(glHTML.format(code))
70
  return glHTML.format(code)
71
 
72
  with gr.Blocks(title="Josiah's Gradio Playground") as playground: