Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ if cola:
|
|
124 |
#st_profile_report(pr)
|
125 |
|
126 |
|
127 |
-
st.write("Contents of the '.streamlit/config.toml' file of this app")
|
128 |
|
129 |
st.code("""
|
130 |
[theme]
|
@@ -138,10 +138,10 @@ font="monospace"
|
|
138 |
number = st.sidebar.slider('Select a number:', 0, 10, 5)
|
139 |
st.write(f'Selected number from slider widget is: {number}')
|
140 |
|
141 |
-
st.header("This is taken from the .streamlit/secrets.toml")
|
142 |
|
143 |
-
st.write(f"Secret message: {st.secrets['message']}")
|
144 |
-
st.header("Remember to add the file to the .gitignore!")
|
145 |
|
146 |
|
147 |
|
|
|
124 |
#st_profile_report(pr)
|
125 |
|
126 |
|
127 |
+
#st.write("Contents of the '.streamlit/config.toml' file of this app")
|
128 |
|
129 |
st.code("""
|
130 |
[theme]
|
|
|
138 |
number = st.sidebar.slider('Select a number:', 0, 10, 5)
|
139 |
st.write(f'Selected number from slider widget is: {number}')
|
140 |
|
141 |
+
#st.header("This is taken from the .streamlit/secrets.toml")
|
142 |
|
143 |
+
#st.write(f"Secret message: {st.secrets['message']}")
|
144 |
+
#st.header("Remember to add the file to the .gitignore!")
|
145 |
|
146 |
|
147 |
|