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