robertvidigal commited on
Commit
0f11a0a
ยท
verified ยท
1 Parent(s): 9cb0a2b

Update app.py

Browse files

Change title (line 38)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_data():
35
  df = get_data()
36
 
37
  # Streamlit UI
38
- st.title("๐ŸŒ CGD Survey Explorer (Live DB)")
39
 
40
  st.sidebar.header("๐Ÿ”Ž Filter Questions")
41
 
 
35
  df = get_data()
36
 
37
  # Streamlit UI
38
+ st.title("๐ŸŒ CGD Question Search (Live DB)")
39
 
40
  st.sidebar.header("๐Ÿ”Ž Filter Questions")
41