Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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:')
|