Spaces:
Runtime error
Runtime error
Commit ·
5b382f2
1
Parent(s): 12d5236
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# url = "https://www.mindat.org/imagecache/46/9c/03220450016186848702713.jpg"
|
| 6 |
-
url = "https://www.mindat.org/
|
| 7 |
def greet():
|
| 8 |
print("in greet")
|
| 9 |
print(requests.get(url).content)
|
|
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# url = "https://www.mindat.org/imagecache/46/9c/03220450016186848702713.jpg"
|
| 6 |
+
url = "https://www.mindat.org/"
|
| 7 |
def greet():
|
| 8 |
print("in greet")
|
| 9 |
print(requests.get(url).content)
|