Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
ae29644
1
Parent(s):
345d028
update
Browse files- pages/1_Injection.py +1 -1
pages/1_Injection.py
CHANGED
@@ -7,7 +7,6 @@ import os
|
|
7 |
|
8 |
# Set up the Streamlit interface
|
9 |
st.title('Result Generation')
|
10 |
-
st.sidebar.title('Model Settings')
|
11 |
|
12 |
def check_password():
|
13 |
def password_entered():
|
@@ -40,6 +39,7 @@ if not st.session_state.get('password_correct', False):
|
|
40 |
else:
|
41 |
st.sidebar.success("Password Verified. Proceed with the demo.")
|
42 |
|
|
|
43 |
initialize_state()
|
44 |
|
45 |
# Model selection and configuration
|
|
|
7 |
|
8 |
# Set up the Streamlit interface
|
9 |
st.title('Result Generation')
|
|
|
10 |
|
11 |
def check_password():
|
12 |
def password_entered():
|
|
|
39 |
else:
|
40 |
st.sidebar.success("Password Verified. Proceed with the demo.")
|
41 |
|
42 |
+
st.sidebar.title('Model Settings')
|
43 |
initialize_state()
|
44 |
|
45 |
# Model selection and configuration
|