Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- shortcuts.json +25 -1
app.py
CHANGED
|
@@ -336,7 +336,7 @@ if __name__ == "__main__":
|
|
| 336 |
observer.start()
|
| 337 |
|
| 338 |
try:
|
| 339 |
-
uvicorn.run(app, host="
|
| 340 |
finally:
|
| 341 |
observer.stop()
|
| 342 |
observer.join()
|
|
|
|
| 336 |
observer.start()
|
| 337 |
|
| 338 |
try:
|
| 339 |
+
uvicorn.run(app, host="0.0.0.0", port=7640)
|
| 340 |
finally:
|
| 341 |
observer.stop()
|
| 342 |
observer.join()
|
shortcuts.json
CHANGED
|
@@ -1 +1,25 @@
|
|
| 1 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"name": "Charbel",
|
| 3 |
+
"tags": ["Personal"],
|
| 4 |
+
"link": "example.com",
|
| 5 |
+
"emojis": "\ud83e\udd70",
|
| 6 |
+
"color_from": "rgba(57.78125, 125.2561677631579, 125.2561677631579, 1)",
|
| 7 |
+
"color_to": "rgba(255, 0, 0, 1)", "short_description": "ssadasd", "pinned": true, "favorited":
|
| 8 |
+
false, "date_added": "2024-11-13 16:25:36.058089"},
|
| 9 |
+
|
| 10 |
+
{"name": "Charbel",
|
| 11 |
+
"tags": ["Personal"],
|
| 12 |
+
"link": "example.com",
|
| 13 |
+
"emojis": "\ud83e\udd70",
|
| 14 |
+
"color_from": "rgba(157.78125, 15.2561677631579, 125.2561677631579, 1)",
|
| 15 |
+
"color_to": "rgba(255, 0, 0, 1)", "short_description": "ssadasd", "pinned": true, "favorited":
|
| 16 |
+
false, "date_added": "2024-11-13 16:25:36.058089"},
|
| 17 |
+
|
| 18 |
+
{"name": "Charbel",
|
| 19 |
+
"tags": ["Personal"],
|
| 20 |
+
"link": "example.com",
|
| 21 |
+
"emojis": "\ud83e\udd70",
|
| 22 |
+
"color_from": "rgba(157.78125, 125.2561677631579, 12.2561677631579, 1)",
|
| 23 |
+
"color_to": "rgba(255, 0, 0, 1)", "short_description": "ssadasd", "pinned": true, "favorited":
|
| 24 |
+
false, "date_added": "2024-11-13 16:25:36.058089"},
|
| 25 |
+
]
|