euler314 commited on
Commit
18e888f
·
verified ·
1 Parent(s): 2ed4eef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.set_page_config(
19
  layout="wide",
20
  initial_sidebar_state="collapsed"
21
  )
22
- st.code(inspect.getdoc(st_monaco))
23
  # Check if pdflatex is available
24
  def is_pdflatex_installed():
25
  return shutil.which("pdflatex") is not None
 
19
  layout="wide",
20
  initial_sidebar_state="collapsed"
21
  )
22
+
23
  # Check if pdflatex is available
24
  def is_pdflatex_installed():
25
  return shutil.which("pdflatex") is not None