Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Add feedback buttons in tutorials
Browse files Browse the repository at this point in the history
Summary: Add missing feedback buttons to MNIST, Server Model and Connecting To Server tutorials.

Reviewed By: raedle

Differential Revision: D32743681

fbshipit-source-id: b3b20ac4e167076ebaad45dc6fcd7b94680d6d3f
  • Loading branch information
williamngan authored and raedle committed Dec 1, 2021
1 parent 3759d5c commit 72fdfab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/tutorials/connecting-to-a-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: connecting-to-a-server
sidebar_position: 6
---

import SurveyLinkButton from '@site/src/components/SurveyLinkButton';

# Connecting to a Server Model

<div className="tutorial-page">
Expand Down Expand Up @@ -417,4 +419,8 @@ You can find the [completed versions of the source code](https://github.com/pyto
Want to enhance your server to support a model with more complex input like images? Check out our tutorial with VQGAN + CLIP to generate images from text descriptions.
## Give us feedback
<SurveyLinkButton docTitle="Connecting to a Server Model" />
</div>
5 changes: 5 additions & 0 deletions website/docs/tutorials/mnist-digit-classification.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import ExampleDiffCodeTabs from '@site/src/components/ExampleDiffCodeTabs';
import MNISTDemoExamples from '@site/src/components/examples/MNISTDemoExamples';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import SurveyLinkButton from '@site/src/components/SurveyLinkButton';

# MNIST Digit Classification

Expand Down Expand Up @@ -458,4 +459,8 @@ When you run the code, you should see it display results properly in the bottom

And with that we have a working MNIST classifier!

## Give us feedback

<SurveyLinkButton docTitle="MNIST Digit Classification" />

</div>
4 changes: 4 additions & 0 deletions website/docs/tutorials/server-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,8 @@ Want see how to connect to this server from an app? Check out our tutorial for [

Want to enhance your server to support a model with more complex input like images? Check out our tutorial with VQGAN + CLIP to generate images from text descriptions.

## Give us feedback

<SurveyLinkButton docTitle="Server Model" />

</div>

0 comments on commit 72fdfab

Please sign in to comment.