Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1402,7 +1402,7 @@ def main():
|
|
1402 |
col1, col2 = st.columns(2)
|
1403 |
st.dataframe(parsed2)
|
1404 |
with col1:
|
1405 |
-
col_parsed2 = st.selectbox("Which
|
1406 |
with col2:
|
1407 |
GEMINI_KEY = st.text_input('Gemini API Key', GEMINI_KEY, type='password', help="Enter Gemini API key")
|
1408 |
if col_parsed and GEMINI_KEY:
|
|
|
1402 |
col1, col2 = st.columns(2)
|
1403 |
st.dataframe(parsed2)
|
1404 |
with col1:
|
1405 |
+
col_parsed2 = st.selectbox("Which columns do you want to query?", parsed2.columns)
|
1406 |
with col2:
|
1407 |
GEMINI_KEY = st.text_input('Gemini API Key', GEMINI_KEY, type='password', help="Enter Gemini API key")
|
1408 |
if col_parsed and GEMINI_KEY:
|