annikwag commited on
Commit
877e2df
·
verified ·
1 Parent(s): ddf3e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -12,6 +12,9 @@ from torch import cuda
12
  import json
13
  from datetime import datetime
14
 
 
 
 
15
  ###########################################
16
  # Helper functions for data processing
17
  ###########################################
@@ -209,7 +212,6 @@ device = 'cuda' if cuda.is_available() else 'cpu'
209
  ###########################################
210
  # App heading and About button (Change 5 & 6)
211
  ###########################################
212
- st.set_page_config(page_title="SEARCH IATI", layout='wide')
213
  col_title, col_about = st.columns([8,2])
214
  with col_title:
215
  st.markdown("<h1 style='text-align:center;'>GIZ Project Database (PROTOTYPE)</h1>", unsafe_allow_html=True)
 
12
  import json
13
  from datetime import datetime
14
 
15
+ st.set_page_config(page_title="SEARCH IATI", layout='wide')
16
+
17
+
18
  ###########################################
19
  # Helper functions for data processing
20
  ###########################################
 
212
  ###########################################
213
  # App heading and About button (Change 5 & 6)
214
  ###########################################
 
215
  col_title, col_about = st.columns([8,2])
216
  with col_title:
217
  st.markdown("<h1 style='text-align:center;'>GIZ Project Database (PROTOTYPE)</h1>", unsafe_allow_html=True)