Ashoka74 commited on
Commit
56136b4
·
verified ·
1 Parent(s): 2d7a9ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 column 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:
 
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: