Nechba commited on
Commit
41acda9
·
verified ·
1 Parent(s): 1e664c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -155,10 +155,7 @@ if uploaded_files and api_key:
155
  mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
156
  key=f"download_{i}"
157
  )
158
- else:
159
- st.warning("No tabular data found in response")
160
- st.markdown("### Full Response")
161
- st.write(raw_response)
162
  else:
163
  st.warning("No CSV data found in response")
164
  st.markdown("### Full Response")
 
155
  mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
156
  key=f"download_{i}"
157
  )
158
+
 
 
 
159
  else:
160
  st.warning("No CSV data found in response")
161
  st.markdown("### Full Response")