Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,8 @@ if submit and uploaded_file and input:
|
|
98 |
|
99 |
with col2:
|
100 |
st.header("Generated SQL Query:")
|
101 |
-
st.
|
|
|
102 |
|
103 |
|
104 |
|
|
|
98 |
|
99 |
with col2:
|
100 |
st.header("Generated SQL Query:")
|
101 |
+
with st.container(height=300):
|
102 |
+
st.code(query)
|
103 |
|
104 |
|
105 |
|