mahynski commited on
Commit
4b4e795
·
verified ·
1 Parent(s): 44a4ba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from streamlit_extras.add_vertical_space import add_vertical_space
18
  UPLOAD_FOLDER = "uploaded_nmr"
19
 
20
  def is_running_on_huggingface():
21
- """Checks if the app is running on Hugging Face Spaces."""
22
  return "HF_SPACE_ID" in os.environ
23
 
24
  # ----------------------------- CACHED FUNCTIONS -----------------------------
 
18
  UPLOAD_FOLDER = "uploaded_nmr"
19
 
20
  def is_running_on_huggingface():
21
+ """Check if the app is running on Hugging Face Spaces."""
22
  return "HF_SPACE_ID" in os.environ
23
 
24
  # ----------------------------- CACHED FUNCTIONS -----------------------------