You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/streamlit-cloud/share-your-app/index.md
+21-22Lines changed: 21 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,21 @@ If you deployed your app from a public repository, your app will be public by de
23
23
24
24
1. Access your [App settings](/streamlit-community-cloud/manage-your-app/app-settings) and go to the "**Sharing**" section.
25
25
26
-

26
+

27
27
28
28
2. Set your app's privacy under "Who can view this app." Select "**This app is public and searchable**" to make your app public. Select "**Only specific people can view this app**" to make your app private.
29
29
30
-

30
+

31
31
32
32
### Set privacy from the share button
33
33
34
34
1. From your app at `<your-custom-subdomain>.streamlit.app`, click "**Share**" in the upper-right corner.
35
35
36
-

36
+

37
37
38
38
2. Toggle your app between public and private by clicking "**Make this app public**".
39
39
40
-

40
+

41
41
42
42
## Share your public app
43
43
@@ -48,7 +48,7 @@ Once your app is public, just give anyone your app's URL and they view it! Strea
48
48
1. From your app at `<your-custom-subdomain>.streamlit.app`, click "**Share**" in the upper-right corner.
49
49
2. Click "**Social**" to access convenient social media share buttons.
50
50
51
-

51
+

52
52
53
53
<Tip>
54
54
@@ -63,37 +63,36 @@ Whether your app is public or private, you can send an email invite to your app
63
63
1. From your app at `<your-custom-subdomain>.streamlit.app`, click "**Share**" in the upper-right corner.
64
64
2. Enter an email address and click "**Invite**".
65
65
66
-

66
+

67
67
68
68
3. Invited users will get a direct link to your app in their inbox.
69
69
70
-

70
+

71
71
72
72
### Copy your app's URL
73
73
74
74
You can convenitiently copy your app's URL from the share menu or from your workspace.
75
75
76
-
* From your app click "**Share**" in the upper-right corner then click "**Copy link**".
76
+
- From your app click "**Share**" in the upper-right corner then click "**Copy link**".
77
77
78
-

78
+

79
79
80
-
* From your workspace click the overflow menu icon (<i style={{ verticalAlign: "-.25em" }} className={{ class: "material-icons-sharp" }}>more_vert</i>) then click "**Copy URL**".
80
+
- From your workspace click the overflow menu icon (<i style={{ verticalAlign: "-.25em" }} className={{ class: "material-icons-sharp" }}>more_vert</i>) then click "**Copy URL**".
81
81
82
-

82
+

83
83
84
84
### Add a badge to your GitHub repository
85
85
86
-
To help others find and play with your Streamlit app, you can add Streamlit's GitHub badge to your repo. Below is an enlarged example of what the badge looks like. Clicking on the badge takes you to—in this case—Streamlit's Face-GAN Demo.
86
+
To help others find and play with your Streamlit app, you can add Streamlit's GitHub badge to your repo. Below is an enlarged example of what the badge looks like. Clicking on the badge takes you to—in this case—Streamlit's Roadmap.
<Image alt="Open in Streamlit badge for GitHub" src="/images/streamlit-community-cloud/github-badge.svg" pure />
92
92
</a>
93
93
</div>
94
94
</div>
95
95
96
-
97
96
Once you deploy your app, you can embed this badge right into your GitHub README.md by adding the following Markdown:
98
97
99
98
```markdown
@@ -122,30 +121,30 @@ When you add a viewer to any app in your workspace, they are granted access to a
122
121
123
122
1. From your app at `<your-custom-subdomain>.streamlit.app`, click "**Share**" in the upper-right corner.
124
123
125
-

124
+

126
125
127
126
2. Enter the email to send an invitation to and click "**Invite**".
128
127
129
-

128
+

130
129
131
130
3. Invited users appear in the list below.
132
131
133
-

132
+

134
133
135
134
4. Invited users will get a direct link to your app in their inbox.
136
135
137
-

136
+

138
137
139
-
* To remove a viewer, simply access the share menu as above and click the <i style={{ verticalAlign: "-.25em" }} className={{ class: "material-icons-sharp" }}>close</i> next to their name.
138
+
- To remove a viewer, simply access the share menu as above and click the <i style={{ verticalAlign: "-.25em" }} className={{ class: "material-icons-sharp" }}>close</i> next to their name.
140
139
141
-

140
+

142
141
143
142
### Invite viewers from your app settings
144
143
145
144
1. Access your [App settings](/streamlit-community-cloud/manage-your-app/app-settings) and go to the "**Sharing**" section.
146
145
147
-

146
+

148
147
149
148
2. Add or remove users from the list of viewers. Click "**Save**".
150
149
151
-

150
+

0 commit comments