mutagi commited on
Commit
475229b
·
verified ·
1 Parent(s): 107947b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  def greet(name):
2
  return f"Hello, {name}!"
3
 
 
1
+ import gradio as gr
2
+
3
+
4
  def greet(name):
5
  return f"Hello, {name}!"
6