umarch commited on
Commit
f6ec60a
·
verified ·
1 Parent(s): b667814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,4 +11,5 @@ except SecretNotFoundError:
11
  print("LLM_PROMPT not found.")
12
  st.error("LLM_PROMPT secret not found in Hugging Face secrets.")
13
 
14
- # ... rest of your code ...
 
 
11
  print("LLM_PROMPT not found.")
12
  st.error("LLM_PROMPT secret not found in Hugging Face secrets.")
13
 
14
+ # ... rest of your code ...
15
+ st.write("hello world")