devin-ai commited on
Commit
c722913
·
verified ·
1 Parent(s): 3aad05b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -90,7 +90,6 @@ if submit and uploaded_file and input:
90
  query=gemini_sql_query(prompt,input)
91
  response=read_sql_query(query,db_path)
92
  print(query)
93
- st.header("response")
94
  col1, col2 = st.columns(2)
95
 
96
  with col1:
 
90
  query=gemini_sql_query(prompt,input)
91
  response=read_sql_query(query,db_path)
92
  print(query)
 
93
  col1, col2 = st.columns(2)
94
 
95
  with col1: