Created
February 6, 2021 09:02
-
-
Save ismaelc/6fc1e3979dc9251b1f2cf3d32e2b6e11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body class="ms-font-m ms-welcome ms-Fabric"> | |
| <section id="sideload-msg" class="ms-welcome__main"> | |
| <h2 class="ms-font-xl">Please sideload your add-in to see app body.</h2> | |
| </section> | |
| <main id="app-body" class="ms-welcome__main" style="display: none;"> | |
| <div role="button" id="capture" class="ms-welcome__action ms-Button ms-Button--hero ms-font-xl"> | |
| <span class="ms-Button-label">Capture training data</span> | |
| </div> | |
| <div role="button" id="predict" class="ms-welcome__action ms-Button ms-Button--hero ms-font-xl"> | |
| <span class="ms-Button-label">Predict</span> | |
| </div> | |
| </main> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment