milwright commited on
Commit
d1418bf
·
verified ·
1 Parent(s): 3e62189

Update support_docs.py

Browse files
Files changed (1) hide show
  1. support_docs.py +0 -37
support_docs.py CHANGED
@@ -56,43 +56,6 @@ def create_support_docs():
56
  In the Preview tab test your assistant with real-time requests, try example prompts, upload files if enabled, and export your conversation history. Tinker with a variety of queries, models, and configurations to find the most appropriate fit for you and your people.
57
  """)
58
 
59
- with gr.Accordion("🤗 Creating a HuggingFace Account", open=False):
60
- gr.Markdown("""
61
- ### Getting Started with HuggingFace
62
-
63
- **What is HuggingFace?**
64
- HuggingFace is a platform for hosting and sharing AI applications. Spaces are web applications that run in the cloud.
65
-
66
- **Creating Your Account:**
67
- 1. Visit [huggingface.co](https://huggingface.co)
68
- 2. Click "Sign Up"
69
- 3. Create a username and password
70
- 4. Verify your email address
71
-
72
- **Navigating to Spaces:**
73
- """)
74
-
75
- gr.Image(
76
- value="img/img18.png",
77
- label="HuggingFace Dashboard",
78
- show_label=True,
79
- interactive=False,
80
- width=700,
81
- container=True
82
- )
83
-
84
- gr.Markdown("""
85
- From your dashboard:
86
- - Click on your profile menu (top right)
87
- - Select "+ New Space" to create a Space
88
- - Or navigate to the Spaces tab to browse existing ones
89
-
90
- **Key Points:**
91
- - Spaces are free to create and host
92
- - Each Space gets a unique URL to share
93
- - No sign up or installation required for end users!!
94
- """)
95
-
96
  with gr.Accordion("🗳️ Step 3: Generate & Deploy", open=False):
97
  gr.Markdown("""
98
  ### Deployment Package & HuggingFace Space Setup
 
56
  In the Preview tab test your assistant with real-time requests, try example prompts, upload files if enabled, and export your conversation history. Tinker with a variety of queries, models, and configurations to find the most appropriate fit for you and your people.
57
  """)
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  with gr.Accordion("🗳️ Step 3: Generate & Deploy", open=False):
60
  gr.Markdown("""
61
  ### Deployment Package & HuggingFace Space Setup