Spaces:
Runtime error
Runtime error
Commit
·
02c097b
1
Parent(s):
9aa9fbb
- __pycache__/main.cpython-310.pyc +0 -0
- app.py +0 -5
__pycache__/main.cpython-310.pyc
CHANGED
Binary files a/__pycache__/main.cpython-310.pyc and b/__pycache__/main.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -9,11 +9,6 @@ st.set_page_config(page_title="Aidan Bench - Generator")
|
|
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.")
|
|
|
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.")
|