supernovamutinda commited on
Commit
01c0727
β€’
1 Parent(s): c16d73a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,6 +3,8 @@ import time
3
  import pandas as pd
4
  import numpy as np
5
 
 
 
6
 
7
  with st.sidebar:
8
  st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
@@ -53,7 +55,6 @@ if choice == "Uber Project":
53
  st.map(filtered_data)
54
 
55
  if choice == "Plotting":
56
- st.set_page_config(page_title="Plotting Demo", page_icon="πŸ“ˆ")
57
 
58
  st.markdown("# Plotting Demo")
59
  st.sidebar.header("Plotting Demo")
 
3
  import pandas as pd
4
  import numpy as np
5
 
6
+ st.set_page_config(page_title="Samuel Portfolio", page_icon="πŸ“ˆ")
7
+
8
 
9
  with st.sidebar:
10
  st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
 
55
  st.map(filtered_data)
56
 
57
  if choice == "Plotting":
 
58
 
59
  st.markdown("# Plotting Demo")
60
  st.sidebar.header("Plotting Demo")