Sckathach commited on
Commit
11c013a
1 Parent(s): 218fb40

fixed requirements

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +2 -0
app.py CHANGED
@@ -3,8 +3,6 @@
3
  import streamlit as st
4
  import hashlib
5
  import uuid
6
- from streamlit_card import card
7
- import streamlit.components.v1 as components
8
  import time
9
  import json
10
 
 
3
  import streamlit as st
4
  import hashlib
5
  import uuid
 
 
6
  import time
7
  import json
8
 
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ streamlit
2
+ concrete-ml==1.4.0