dperales commited on
Commit
559380b
1 Parent(s): 806b554

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -234,13 +234,13 @@ def 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()
 
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()