DaddyDaniel commited on
Commit
0c3ac3e
·
verified ·
1 Parent(s): 9e90829

Update sketch2diagram.py

Browse files
Files changed (1) hide show
  1. sketch2diagram.py +1 -1
sketch2diagram.py CHANGED
@@ -55,7 +55,7 @@ if generate_command:
55
  except Exception as e:
56
  st.error(f"Inference failed: {e}")
57
  st.session_state.clear()
58
- return
59
  pdf_file_path = compile_tikz_to_pdf(output)
60
  if output and pdf_file_path:
61
  st.subheader("Generated TikZ Code")
 
55
  except Exception as e:
56
  st.error(f"Inference failed: {e}")
57
  st.session_state.clear()
58
+ return
59
  pdf_file_path = compile_tikz_to_pdf(output)
60
  if output and pdf_file_path:
61
  st.subheader("Generated TikZ Code")