Spaces:
Sleeping
Sleeping
Commit ·
f205939
1
Parent(s): e11e9b5
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ if i_pwd=='password':
|
|
| 79 |
# Step 4: Process edited text on Enter
|
| 80 |
if st.button("Show results") and i_gen_query:
|
| 81 |
st.session_state.messages.append({"role":"assistant", "content": i_gen_query })
|
| 82 |
-
read_sql_query(i_gen_query, "Cars_db.sqlite")
|
| 83 |
|
| 84 |
# Step 5: Display final output
|
| 85 |
#st.write("Final Output:", final_output)
|
|
|
|
| 79 |
# Step 4: Process edited text on Enter
|
| 80 |
if st.button("Show results") and i_gen_query:
|
| 81 |
st.session_state.messages.append({"role":"assistant", "content": i_gen_query })
|
| 82 |
+
read_sql_query(i_gen_query, "Cars_db.sqlite")
|
| 83 |
|
| 84 |
# Step 5: Display final output
|
| 85 |
#st.write("Final Output:", final_output)
|