Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,9 @@ from bs4 import BeautifulSoup
|
|
| 8 |
# Set the Space URL for your tool on Hugging Face.
|
| 9 |
SPACE_URL = os.getenv("SPACE_URL", "https://huggingface.co/spaces/nniehaus/Video-Funnel-Planner")
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
# Add a wake-up button at the top of the app.
|
| 12 |
if st.button("Turn on Video Funnel Tool"):
|
| 13 |
st.info("Attempting to wake up the tool...")
|
|
|
|
| 8 |
# Set the Space URL for your tool on Hugging Face.
|
| 9 |
SPACE_URL = os.getenv("SPACE_URL", "https://huggingface.co/spaces/nniehaus/Video-Funnel-Planner")
|
| 10 |
|
| 11 |
+
# Add verbiage to instruct users when to click the wake-up button.
|
| 12 |
+
st.markdown("**Note:** If you don't see the tool below, click the button below to turn it on.")
|
| 13 |
+
|
| 14 |
# Add a wake-up button at the top of the app.
|
| 15 |
if st.button("Turn on Video Funnel Tool"):
|
| 16 |
st.info("Attempting to wake up the tool...")
|