rvilhena commited on
Commit
6a29585
·
verified ·
1 Parent(s): 470c329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def multiply (x,y):
2
  return x*y
3
 
 
1
+ import gradio as gr
2
+
3
  def multiply (x,y):
4
  return x*y
5