fahad11182 commited on
Commit
68dfd2f
1 Parent(s): 271a089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- mport gradio as gr
2
 
3
  def greet(input):
4
  return "Hello " + input + "!!"
 
1
+ import gradio as gr
2
 
3
  def greet(input):
4
  return "Hello " + input + "!!"