KahnT commited on
Commit
2476e05
·
1 Parent(s): c8f2b2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def say_hello():
4
- return "Hello World!"
5
 
6
  iface = gr.Interface(fn=say_hello,
7
  inputs=None,
 
1
  import gradio as gr
2
 
3
  def say_hello():
4
+ return "Welcome to ZeroGPT.cc. Check out our site for more details: https://zerogpt.cc"
5
 
6
  iface = gr.Interface(fn=say_hello,
7
  inputs=None,