Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -779,7 +779,7 @@ def chat():
|
|
| 779 |
def manifest():
|
| 780 |
data = {
|
| 781 |
"name": "Student's AI",
|
| 782 |
-
"short_name": "
|
| 783 |
"start_url": "/",
|
| 784 |
"display": "standalone",
|
| 785 |
"orientation": "portrait",
|
|
@@ -787,12 +787,12 @@ def manifest():
|
|
| 787 |
"theme_color": "#09090b",
|
| 788 |
"icons": [
|
| 789 |
{
|
| 790 |
-
"src": "https://
|
| 791 |
"sizes": "192x192",
|
| 792 |
"type": "image/png"
|
| 793 |
},
|
| 794 |
{
|
| 795 |
-
"src": "https://
|
| 796 |
"sizes": "512x512",
|
| 797 |
"type": "image/png"
|
| 798 |
}
|
|
|
|
| 779 |
def manifest():
|
| 780 |
data = {
|
| 781 |
"name": "Student's AI",
|
| 782 |
+
"short_name": "Student's AI",
|
| 783 |
"start_url": "/",
|
| 784 |
"display": "standalone",
|
| 785 |
"orientation": "portrait",
|
|
|
|
| 787 |
"theme_color": "#09090b",
|
| 788 |
"icons": [
|
| 789 |
{
|
| 790 |
+
"src": "https://huggingface.co/spaces/Shirpi/Student-s_AI/resolve/main/1000177401.png",
|
| 791 |
"sizes": "192x192",
|
| 792 |
"type": "image/png"
|
| 793 |
},
|
| 794 |
{
|
| 795 |
+
"src": "https://huggingface.co/spaces/Shirpi/Student-s_AI/resolve/main/1000177401.png",
|
| 796 |
"sizes": "512x512",
|
| 797 |
"type": "image/png"
|
| 798 |
}
|