bigghuggs commited on
Commit
f6849d5
·
verified ·
1 Parent(s): 2af1733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import requests
10
  def greet(name):
11
  response = requests.get('https://dreamdemo.pythonanywhere.com/static/index-138adf03.css')
12
  return "Hello " + name + "!!..."+str(response.content)
13
-
14
 
15
 
16
  demo = gr.Interface(fn=greet, inputs='text', outputs="text")
 
10
  def greet(name):
11
  response = requests.get('https://dreamdemo.pythonanywhere.com/static/index-138adf03.css')
12
  return "Hello " + name + "!!..."+str(response.content)
13
+
14
 
15
 
16
  demo = gr.Interface(fn=greet, inputs='text', outputs="text")