Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -230,5 +230,4 @@ if uploaded_file:
|
|
230 |
with tab2:
|
231 |
st.image(output['png'], use_container_width=True)
|
232 |
else:
|
233 |
-
st.error("无法处理文件,请检查文件格式或内容是否正确。")
|
234 |
-
|
|
|
230 |
with tab2:
|
231 |
st.image(output['png'], use_container_width=True)
|
232 |
else:
|
233 |
+
st.error("无法处理文件,请检查文件格式或内容是否正确。")
|
|