bigghuggs commited on
Commit
a6dbf04
·
verified ·
1 Parent(s): dbfde9b

Update app.py

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