m7mdal7aj commited on
Commit
0b0861b
1 Parent(s): 0638b25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -3,8 +3,6 @@
3
  import streamlit as st
4
  from my_model.utilities.ui_manager import UIManager
5
 
6
-
7
-
8
  def main():
9
  # Set the page to wide mode
10
  st.set_page_config(layout="wide")
@@ -13,7 +11,5 @@ def main():
13
  ui_manager.display_selected_page(selection)
14
 
15
 
16
-
17
-
18
  if __name__ == "__main__":
19
  main()
 
3
  import streamlit as st
4
  from my_model.utilities.ui_manager import UIManager
5
 
 
 
6
  def main():
7
  # Set the page to wide mode
8
  st.set_page_config(layout="wide")
 
11
  ui_manager.display_selected_page(selection)
12
 
13
 
 
 
14
  if __name__ == "__main__":
15
  main()