nniehaus commited on
Commit
6266120
·
verified ·
1 Parent(s): acaf857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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...")