openfree commited on
Commit
1597a50
ยท
verified ยท
1 Parent(s): ad3eeca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +27 -8
app.py CHANGED
@@ -813,14 +813,33 @@ Deployed from: {repo_git}
813
  yield f"""
814
  โœ… **Successfully created Space!**
815
 
816
- ๐Ÿ”— **Your Space URL**: [{space_url}]({space_url})
817
-
818
- ๐Ÿ“‹ **Summary:**
819
- - Space ID: `{repo_id}`
820
- - Source: {repo_git}
821
- - SDK: {sdk_type}
822
- - Smart Generation: {'Enabled' if enable_smart_generation else 'Disabled'}
823
- - LFS Files: {'Skipped' if skip_lfs else 'Included'}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: