devin-ai commited on
Commit
73ee6aa
·
verified ·
1 Parent(s): 7e6be4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ submit=st.button("submit")
85
 
86
 
87
 
88
- if submit and uploaded and input:
89
  query=gemini_sql_query(prompt,input)
90
  response=read_sql_query(query,db_path)
91
  print(query)
 
85
 
86
 
87
 
88
+ if submit and uploaded_file and input:
89
  query=gemini_sql_query(prompt,input)
90
  response=read_sql_query(query,db_path)
91
  print(query)