Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -813,14 +813,33 @@ Deployed from: {repo_git}
|
|
813 |
yield f"""
|
814 |
โ
**Successfully created Space!**
|
815 |
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
824 |
"""
|
825 |
|
826 |
if skip_lfs:
|
|
|
813 |
yield f"""
|
814 |
โ
**Successfully created Space!**
|
815 |
|
816 |
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
817 |
+
|
818 |
+
๐ **Your Space is Ready!**
|
819 |
+
|
820 |
+
๐ **Space URL**: {space_url}
|
821 |
+
|
822 |
+
๐ **Click here to open**: [{repo_id}]({space_url})
|
823 |
+
|
824 |
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
825 |
+
|
826 |
+
๐ **Deployment Details:**
|
827 |
+
โข Space ID: `{repo_id}`
|
828 |
+
โข Source: {repo_git}
|
829 |
+
โข SDK: {sdk_type}
|
830 |
+
โข Smart Generation: {'Enabled' if enable_smart_generation else 'Disabled'}
|
831 |
+
โข LFS Files: {'Skipped' if skip_lfs else 'Included'}
|
832 |
+
|
833 |
+
โฑ๏ธ **Next Steps:**
|
834 |
+
1. Click the link above to open your Space
|
835 |
+
2. Wait 1-2 minutes for initial build
|
836 |
+
3. Check "App" tab to see your deployed application
|
837 |
+
4. Check "Logs" tab if you encounter any issues
|
838 |
+
|
839 |
+
๐ก **Tips:**
|
840 |
+
โข Building may take 2-5 minutes depending on dependencies
|
841 |
+
โข If build fails, check requirements.txt in "Files" tab
|
842 |
+
โข You can edit files directly in the Space interface
|
843 |
"""
|
844 |
|
845 |
if skip_lfs:
|