Jan Mühlnikel commited on
Commit
8313af9
·
1 Parent(s): a7d6405

enhanced documentation

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. modules/navbar.py +0 -2
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
 
 
2
  # PAGE CONFIG
3
  st.set_page_config(
4
  page_title='Development Banks Collaboration Analyzer',
@@ -6,8 +8,6 @@ st.set_page_config(
6
  layout='wide',
7
  )
8
 
9
- from modules.navbar import show_navbar
10
-
11
  # reduce space to the top
12
  st.markdown("""
13
  <style>
 
1
  import streamlit as st
2
+ from modules.navbar import show_navbar
3
+
4
  # PAGE CONFIG
5
  st.set_page_config(
6
  page_title='Development Banks Collaboration Analyzer',
 
8
  layout='wide',
9
  )
10
 
 
 
11
  # reduce space to the top
12
  st.markdown("""
13
  <style>
modules/navbar.py CHANGED
@@ -16,8 +16,6 @@ import app_matching_page
16
  def show_navbar():
17
  #st.markdown("<h1 style='color: red;'>THIS APP IS WORK IN PROGRESS ...</h1>", unsafe_allow_html=True)
18
 
19
- #st.title("Development Bank Synergy Mapper")
20
-
21
  # enlarge tab fontsizes
22
  css = '''
23
  <style>
 
16
  def show_navbar():
17
  #st.markdown("<h1 style='color: red;'>THIS APP IS WORK IN PROGRESS ...</h1>", unsafe_allow_html=True)
18
 
 
 
19
  # enlarge tab fontsizes
20
  css = '''
21
  <style>