Skip to content

Commit e19cf20

Browse files
Remove link to Face-GAN (#807)
1 parent 8d0bcda commit e19cf20

File tree

1 file changed

+21
-22
lines changed
  • content/streamlit-cloud/share-your-app

1 file changed

+21
-22
lines changed

content/streamlit-cloud/share-your-app/index.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ If you deployed your app from a public repository, your app will be public by de
2323

2424
1. Access your [App settings](/streamlit-community-cloud/manage-your-app/app-settings) and go to the "**Sharing**" section.
2525

26-
![Share settings on Streamlit Community Cloud](/images/streamlit-community-cloud/workspace-app-settings-sharing.png)
26+
![Share settings on Streamlit Community Cloud](/images/streamlit-community-cloud/workspace-app-settings-sharing.png)
2727

2828
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.
2929

30-
![Set your app's privacy in share settings](/images/streamlit-community-cloud/workspace-app-settings-sharing-change.png)
30+
![Set your app's privacy in share settings](/images/streamlit-community-cloud/workspace-app-settings-sharing-change.png)
3131

3232
### Set privacy from the share button
3333

3434
1. From your app at `<your-custom-subdomain>.streamlit.app`, click "**Share**" in the upper-right corner.
3535

36-
![Access the share button from your app](/images/streamlit-community-cloud/share-open.png)
36+
![Access the share button from your app](/images/streamlit-community-cloud/share-open.png)
3737

3838
2. Toggle your app between public and private by clicking "**Make this app public**".
3939

40-
![Toggle your app between public and private from the share button](/images/streamlit-community-cloud/share-menu-public-toggle.png)
40+
![Toggle your app between public and private from the share button](/images/streamlit-community-cloud/share-menu-public-toggle.png)
4141

4242
## Share your public app
4343

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

51-
![Social media sharing links from the share button](/images/streamlit-community-cloud/share-menu-social.png)
51+
![Social media sharing links from the share button](/images/streamlit-community-cloud/share-menu-social.png)
5252

5353
<Tip>
5454

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

66-
![Invite viewers from the share button](/images/streamlit-community-cloud/share-invite-public.png)
66+
![Invite viewers from the share button](/images/streamlit-community-cloud/share-invite-public.png)
6767

6868
3. Invited users will get a direct link to your app in their inbox.
6969

70-
![Invitation email sent to viewers](/images/streamlit-community-cloud/share-invite-email.png)
70+
![Invitation email sent to viewers](/images/streamlit-community-cloud/share-invite-email.png)
7171

7272
### Copy your app's URL
7373

7474
You can convenitiently copy your app's URL from the share menu or from your workspace.
7575

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**".
7777

78-
![Copy your app's URL from the share button](/images/streamlit-community-cloud/share-copy.png)
78+
![Copy your app's URL from the share button](/images/streamlit-community-cloud/share-copy.png)
7979

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**".
8181

82-
![Copy your app's URL from your workspace](/images/streamlit-community-cloud/workspace-app-copy.png)
82+
![Copy your app's URL from your workspace](/images/streamlit-community-cloud/workspace-app-copy.png)
8383

8484
### Add a badge to your GitHub repository
8585

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&mdash;in this case&mdash;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&mdash;in this case&mdash;Streamlit's Roadmap.
8787

8888
<div style={{ marginBottom: '2em' }}>
8989
<div style={{ width: 'fit-content', margin: 'auto' }}>
90-
<a href="https://streamlit-demo-face-gan-streamlit-app-v2nxgz.streamlit.app/" target="_blank">
90+
<a href="https://roadmap.streamlit.app/" target="_blank">
9191
<Image alt="Open in Streamlit badge for GitHub" src="/images/streamlit-community-cloud/github-badge.svg" pure />
9292
</a>
9393
</div>
9494
</div>
9595

96-
9796
Once you deploy your app, you can embed this badge right into your GitHub README.md by adding the following Markdown:
9897

9998
```markdown
@@ -122,30 +121,30 @@ When you add a viewer to any app in your workspace, they are granted access to a
122121

123122
1. From your app at `<your-custom-subdomain>.streamlit.app`, click "**Share**" in the upper-right corner.
124123

125-
![Access the share button from your app](/images/streamlit-community-cloud/share-open.png)
124+
![Access the share button from your app](/images/streamlit-community-cloud/share-open.png)
126125

127126
2. Enter the email to send an invitation to and click "**Invite**".
128127

129-
![Invite viewers from the share button](/images/streamlit-community-cloud/share-invite.png)
128+
![Invite viewers from the share button](/images/streamlit-community-cloud/share-invite.png)
130129

131130
3. Invited users appear in the list below.
132131

133-
![View invited users from the share button](/images/streamlit-community-cloud/share-invited.png)
132+
![View invited users from the share button](/images/streamlit-community-cloud/share-invited.png)
134133

135134
4. Invited users will get a direct link to your app in their inbox.
136135

137-
![Invitation email sent to viewers](/images/streamlit-community-cloud/share-invite-email.png)
136+
![Invitation email sent to viewers](/images/streamlit-community-cloud/share-invite-email.png)
138137

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.
140139

141-
![Remove viewers from the share button](/images/streamlit-community-cloud/share-remove.png)
140+
![Remove viewers from the share button](/images/streamlit-community-cloud/share-remove.png)
142141

143142
### Invite viewers from your app settings
144143

145144
1. Access your [App settings](/streamlit-community-cloud/manage-your-app/app-settings) and go to the "**Sharing**" section.
146145

147-
![Access sharing settings from your app settings](/images/streamlit-community-cloud/workspace-app-settings-sharing.png)
146+
![Access sharing settings from your app settings](/images/streamlit-community-cloud/workspace-app-settings-sharing.png)
148147

149148
2. Add or remove users from the list of viewers. Click "**Save**".
150149

151-
![Invite and remove viewers from your app settings](/images/streamlit-community-cloud/workspace-app-settings-sharing-invite.png)
150+
![Invite and remove viewers from your app settings](/images/streamlit-community-cloud/workspace-app-settings-sharing-invite.png)

0 commit comments

Comments
 (0)