Chris4K commited on
Commit
5c0fd51
·
verified ·
1 Parent(s): e1bf1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,8 +12,9 @@ os.environ["LANGFUSE_HOST"] = "https://chris4k-langfuse-template-space.hf.space"
12
 
13
  try:
14
  langfuse = Langfuse()
15
- catch:
16
  print("Langfuse Offline")
 
17
 
18
 
19
 
 
12
 
13
  try:
14
  langfuse = Langfuse()
15
+ except Exception as e:
16
  print("Langfuse Offline")
17
+
18
 
19
 
20