Update app.py
Browse files
app.py
CHANGED
@@ -235,12 +235,12 @@ def main():
|
|
235 |
print(partes)
|
236 |
|
237 |
elif page == "Under Construction":
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
|
245 |
try:
|
246 |
main()
|
|
|
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()
|