Spaces:
Paused
Paused
nothing
Browse files
app.py
CHANGED
|
@@ -26,9 +26,7 @@ def validate_api_key(api_key):
|
|
| 26 |
|
| 27 |
# Ask for API key from user
|
| 28 |
st.title("Colivara Demo")
|
| 29 |
-
st.write(
|
| 30 |
-
"Welcome to the Colivara Demo. To reveal the features, please enter your API key."
|
| 31 |
-
)
|
| 32 |
st.subheader("API Key")
|
| 33 |
api_key = st.text_input("API Key", type="password")
|
| 34 |
if not api_key or not validate_api_key(api_key):
|
|
|
|
| 26 |
|
| 27 |
# Ask for API key from user
|
| 28 |
st.title("Colivara Demo")
|
| 29 |
+
st.write("Welcome to the Colivara Demo.")
|
|
|
|
|
|
|
| 30 |
st.subheader("API Key")
|
| 31 |
api_key = st.text_input("API Key", type="password")
|
| 32 |
if not api_key or not validate_api_key(api_key):
|