Update app.py
Browse files
app.py
CHANGED
@@ -234,13 +234,13 @@ def main():
|
|
234 |
st.write(partes)
|
235 |
print(partes)
|
236 |
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
|
245 |
try:
|
246 |
main()
|
|
|
234 |
st.write(partes)
|
235 |
print(partes)
|
236 |
|
237 |
+
elif page == "Under Construction":
|
238 |
+
st.header('Under Construction')
|
239 |
+
|
240 |
+
st.write(
|
241 |
+
"""
|
242 |
+
"""
|
243 |
+
)
|
244 |
|
245 |
try:
|
246 |
main()
|