DrishtiSharma commited on
Commit
39a319b
Β·
verified Β·
1 Parent(s): 9f696ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ if st.session_state.df is not None:
153
  tab1, tab2 = st.tabs(["πŸ” Query Insights + Viz", "πŸ“Š Full Data Viz"])
154
 
155
  with tab1:
156
- query = st.text_area("Enter Query:", placeholder="e.g., 'What is the average salary for senior employees?'")
157
  if st.button("Submit Query"):
158
  with st.spinner("Processing query..."):
159
  inputs = {"query": query}
 
153
  tab1, tab2 = st.tabs(["πŸ” Query Insights + Viz", "πŸ“Š Full Data Viz"])
154
 
155
  with tab1:
156
+ query = st.text_area("Enter Query:", value="Provide insights into the salary of a Principal Data Scientist.")
157
  if st.button("Submit Query"):
158
  with st.spinner("Processing query..."):
159
  inputs = {"query": query}