awacke1 commited on
Commit
e60f1e5
·
1 Parent(s): ce77aca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def main():
238
  if next_action=='open':
239
  file_content_area = st.text_area("File Contents:", file_contents, height=500)
240
  if next_action=='search':
241
- #if st.button('💬 Chat with file'):
242
  st.write('Reasoning with your inputs...')
243
  response = chat_with_file_contents(file_content_area)
244
  st.write('Response:')
 
238
  if next_action=='open':
239
  file_content_area = st.text_area("File Contents:", file_contents, height=500)
240
  if next_action=='search':
241
+ file_content_area = st.text_area("File Contents:", file_contents, height=500)
242
  st.write('Reasoning with your inputs...')
243
  response = chat_with_file_contents(file_content_area)
244
  st.write('Response:')