Nawal20 commited on
Commit
e81e4c2
·
verified ·
1 Parent(s): 488dbb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def install_dependencies():
8
  import plotly
9
  except ImportError:
10
  st.write("Installing plotly...")
11
- subprocess.check_call(["pip", "install", "plotly"])
12
  st.write("plotly installed successfully.")
13
 
14
  # Install other dependencies if needed
 
8
  import plotly
9
  except ImportError:
10
  st.write("Installing plotly...")
11
+ subprocess.check_call(["pip", "install", "plotly", "camelot-py[cv]"])
12
  st.write("plotly installed successfully.")
13
 
14
  # Install other dependencies if needed