Spaces:
Build error
Build error
Update app.py
Browse files
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
|