shashidharak99 commited on
Commit
3565e3e
·
verified ·
1 Parent(s): e7ac133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def add(a, b):
9
  return {"result": a + b}
10
 
11
  def MyCode():
12
- return "Hey bro"
13
 
14
  hello_api = gr.Interface(
15
  fn=hello,
 
9
  return {"result": a + b}
10
 
11
  def MyCode():
12
+ return {"message":"Hey bro"}
13
 
14
  hello_api = gr.Interface(
15
  fn=hello,