MilanM commited on
Commit
6c1fc4e
·
verified ·
1 Parent(s): 4c680cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.set_page_config(
14
  )
15
 
16
  # Global variables
17
- ARCHITECTURE_VIEW_TYPE = 0 # 0 for SVG, 1 for Mermaid
18
 
19
  # Password protection
20
  def check_password():
 
14
  )
15
 
16
  # Global variables
17
+ ARCHITECTURE_VIEW_TYPE = 1 # 0 for SVG, 1 for Mermaid
18
 
19
  # Password protection
20
  def check_password():