Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|