Update app.py
Browse files
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:
|