Essa20001 commited on
Commit
1efdae1
·
verified ·
1 Parent(s): 1c5419f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,8 +4,7 @@ import json
4
  import subprocess
5
 
6
  def main():
7
- subprocess.run(["apt-get", "install", "poppler-utils"],
8
- capture_output=True, text=True, check=True)
9
 
10
  st.title("CV to JSON Converter")
11
 
 
4
  import subprocess
5
 
6
  def main():
7
+
 
8
 
9
  st.title("CV to JSON Converter")
10