Spaces:
Running
Running
Commit
·
3ee0c5e
1
Parent(s):
1be711c
Remove header: mini
Browse files- README.md +0 -1
- serve.py +0 -0
- src/index.qmd +7 -0
README.md
CHANGED
|
@@ -5,7 +5,6 @@ colorFrom: green
|
|
| 5 |
colorTo: pink
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
header: mini
|
| 9 |
---
|
| 10 |
|
| 11 |
To get started working with quarto we recommend you first [install quarto](https://quarto.org/docs/get-started/) locally so that you can render the site without Docker.
|
|
|
|
| 5 |
colorTo: pink
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
To get started working with quarto we recommend you first [install quarto](https://quarto.org/docs/get-started/) locally so that you can render the site without Docker.
|
serve.py
ADDED
|
File without changes
|
src/index.qmd
CHANGED
|
@@ -32,6 +32,13 @@ These are installed when the Dockerfile builds.
|
|
| 32 |
- Reproducible [presentations](https://quarto.org/docs/presentations/)
|
| 33 |
- Including [Observable](https://quarto.org/docs/interactive/ojs/) or [Shiny](https://quarto.org/docs/interactive/shiny/) applications in your Quarto site
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
## Code Execution
|
| 36 |
|
| 37 |
One of the main virtues of Quarto is that it lets you combine code and text in a single document.
|
|
|
|
| 32 |
- Reproducible [presentations](https://quarto.org/docs/presentations/)
|
| 33 |
- Including [Observable](https://quarto.org/docs/interactive/ojs/) or [Shiny](https://quarto.org/docs/interactive/shiny/) applications in your Quarto site
|
| 34 |
|
| 35 |
+
::: {.callout-warning}
|
| 36 |
+
It can take a couple of minutes for the Space to deploy to Hugging Face after the Docker build process completes. Two see your changes you will need to do two things:
|
| 37 |
+
|
| 38 |
+
1) Wait for your space's status to go from 'Building' to 'Running'(this is visible in the status bar above the Space)
|
| 39 |
+
2) Force-reload the web page by holding Shift and hitting the reload button in your browser.
|
| 40 |
+
:::
|
| 41 |
+
|
| 42 |
## Code Execution
|
| 43 |
|
| 44 |
One of the main virtues of Quarto is that it lets you combine code and text in a single document.
|