devin-ai commited on
Commit
dda7aa3
·
verified ·
1 Parent(s): e775065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ if submit and uploaded_file and input:
94
  with col2:
95
  st.header("Generated SQL Query:")
96
  st.code(query)
97
- if submit:
98
- pyperclip.copy(query)
99
 
100
 
101
 
 
94
  with col2:
95
  st.header("Generated SQL Query:")
96
  st.code(query)
97
+
 
98
 
99
 
100