ImpactInsights commited on
Commit
66dbbb4
1 Parent(s): 54cd3bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ st.text("Hi there! I'm your food security assistant. Food security means everyon
10
 
11
  #Sidebar menu
12
  st.sidebar.title('Settings')
13
- time_series = st.sidebar.subheader('Time Series Data')
14
- chatbot = st.sidebar.subheader('Chatbot')
15
 
16
 
17
  if time_series:
 
10
 
11
  #Sidebar menu
12
  st.sidebar.title('Settings')
13
+ time_series = st.sidebar.checkbox('Time Series Data')
14
+ chatbot = st.sidebar.checkbox('Chatbot')
15
 
16
 
17
  if time_series: