Spaces:
Runtime error
Runtime error
Commit
·
243ccd3
1
Parent(s):
f82098c
app.py
CHANGED
@@ -9,6 +9,11 @@ st.set_page_config(page_title="Aidan Bench - Generator")
|
|
9 |
|
10 |
st.title("Aidan Bench - Generator")
|
11 |
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
# API Key Inputs with Security and User Experience Enhancements
|
14 |
st.warning("Please keep your API keys secure and confidential. This app does not store or log your API keys.")
|
|
|
9 |
|
10 |
st.title("Aidan Bench - Generator")
|
11 |
|
12 |
+
st.error('Error message')
|
13 |
+
st.warning('Warning message')
|
14 |
+
st.info('Info message')
|
15 |
+
st.success('Success message')
|
16 |
+
|
17 |
|
18 |
# API Key Inputs with Security and User Experience Enhancements
|
19 |
st.warning("Please keep your API keys secure and confidential. This app does not store or log your API keys.")
|